dcodesdev/LambdaTest Cypress action
Integrate Cypress tests with LambdaTest.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| LT_USERNAME | LambdaTest username. | yes | — |
| LT_ACCESS_KEY | LambdaTest access key. | yes | — |
| include_deps | Moves dependencies and dev dependencies from your package.json file to the lambdatest-config.json file. | — | false |
| base_path | The directory where the lambdatest-config.json file is located. | — | — |
| cypress_config_file | Path to the cypress config file. | — | — |
| lambdatest_config_file | Path to the lambdatest-config.json file. | — | — |
| specs | Path of a spec file, directory or a pattern to run. | — | — |
| environment | The environment to run the tests in. | — | — |
| build_name | The name of the LambdaTest build. | — | — |
| tags | The tags to be associated with the LambdaTest build. | — | — |
| parallels | The number of parallels to run the tests in. | — | — |
| env_variables | The environment variables to be set. | — | — |
| tunnel | The tunnel to be used. | — | — |
| tunnel_name | The name of the tunnel. | — | — |
| browsers | The browsers to run the tests in the format platform:browser:version. | — | — |
| build_identifier | The identifier of the build. | — | — |
| ignore_files | The files to be ignored. | — | — |
| sync_mode | The sync mode to be used. | — | — |
| autostart | Tunnel autostart. | — | false |
| headless | Run the tests in headless mode. | — | false |
| network | Capture network logs. | — | false |
| exit_on_failure | Exit with code 1 on failure. | — | false |
| cypress_settings | Pass in Cypress settings. | — | — |
| geo_location | The geo location to run the tests in. | — | — |
| stop_on_failure | Stop other tests if any test in session gets errored out. | — | false |
| reject_unauthorized | Default rejects self-signed SSL certificates in external requests. | — | false |
| build_tags | The tags to be associated with the LambdaTest build. | — | — |
| sys_env_variables | System environment variables. | — | — |
| env_file | Path to a .env file. | — | — |
| npm_force | Force npm install. | — | false |
| legacy_peer_deps | Force npm install. | — | false |
| vi_project | Visual ui project name | — | — |
| vi_build | Visual ui build name | — | — |
| vi_base | Visual ui baseline | — | — |
| resolution | Machine resolution | — | — |
| dedicated_proxy | Dedicated proxy | — | — |
| npm_via_tunnel | Install npm packages which are behind private VPN. Warning:This will increase the build duration of your tests. | — | false |
| max_duration | Maximum duration of the build. | — | — |
| command_log | Show command logs in the dashboard. | — | false |
| retry_failed | Retry failed tests in a new build. | — | false |
| network_http2 | Capture HTTP2 network logs. | — | false |
| network_ws | Bypass web socket calls for network logs. | — | false |
| network_sse | Bypass SSE event calls for network logs. | — | false |
Outputs
no outputs