Cypress Test Runner avatar
Cypress Test Runner

Pricing

Pay per usage

Go to Store
Cypress Test Runner

Cypress Test Runner

Developed by

Josef Válek

Maintained by Community

Run your Cypress tests on the Apify Platform effectively and easily. Just set up your test environment using a user-friendly UI and let the platform do the rest.

0.0 (0)

Pricing

Pay per usage

2

Monthly users

8

Runs succeeded

30%

Last modified

3 months ago

You can access the Cypress Test Runner programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "specCode": "describe('\''spec'\'', () => {\\n    it('\''test that should succeed'\'', () => {\\n        cy.visit('\''/'\'');\\n        cy.get('\''h1'\'').should('\''contain'\'', '\''Example Domain'\'');\\n        cy.screenshot();\\n    });\\n\\n     it('\''test that should fail'\'', () => {\\n        cy.visit('\''/'\'');\\n        cy.get('\''h1'\'', { timeout: 1000 }).should('\''contain'\'', '\''Some different text'\'');\\n    });\\n});",
3  "baseUrl": "https://example.com"
4}' |
5apify call valek.josef/cypress-test-runner --silent --output-dataset

Cypress Test Runner API through CLI

The Apify CLI is the official tool that allows you to use Cypress Test Runner locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.