Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 545 Bytes

A simple project attempting to integrate Cypress and Testground.

Prerequisites:

  • testground daemon is running
  • Docker

The following test cases are implemented: testground run single --plan cypress-test --testcase basic --instances 1 --builder docker:generic --runner local:docker And testground run single --plan cypress-test --testcase multiple --instances 2 --builder docker:generic --runner local:docker

Note that the multiple test case is not working, because Testground instances cannot connect to a server on another instance.