We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guides
See this page: https://docs.cypress.io/guides/references/configuration#Test-Configuration
The taskTimeout is configurable per individual tests but is not listed as a configurable option in "Test Configuration".
taskTimeout
I have an example using the Cucumber preprocessor: https://github.com/hammzj/cypress-testing/tree/dev/cypress-issue/task-timeout-option
Run yarn cypress:cucumber:open Run the feature named tag.testing.feature
Run yarn cypress:cucumber:open
yarn cypress:cucumber:open
Run the feature named tag.testing.feature
tag.testing.feature
The text was updated successfully, but these errors were encountered:
@hammzj We're open to a pull request to update this.
Sorry, something went wrong.
@jennifer-shehane Added
Successfully merging a pull request may close this issue.
Subject
Guides
Description
See this page: https://docs.cypress.io/guides/references/configuration#Test-Configuration
The
taskTimeout
is configurable per individual tests but is not listed as a configurable option in "Test Configuration".Examples
I have an example using the Cucumber preprocessor: https://github.com/hammzj/cypress-testing/tree/dev/cypress-issue/task-timeout-option
Feature
Testrunner
The text was updated successfully, but these errors were encountered: