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
There should be a way to exclude some e2e scenarios from running on each PR build and run them only on development or feature branch build.
development
A solution would be to have @advanced tag that would be filtered out by default, but enabled with npm run e2e-test -- --cucumberOpts.tags @advanced run e2e tests similarly we do with @testnet: https://github.com/LiskHQ/lisk-hub/blob/c82683df85b2bc3277c697ebacff24463a8fed2c/Jenkinsfile#L142-L146
@advanced
npm run e2e-test -- --cucumberOpts.tags @advanced
The first candidate for this tag is this scenario: https://github.com/LiskHQ/lisk-hub/pull/458/files
The text was updated successfully, but these errors were encountered:
Merge pull request #597 from LiskHQ/559-setup-advanced-test-tag
622f05b
Setup @advanced tag for e2e test scenarios - Closes #559
ginacontrino
No branches or pull requests
Expected behaviour
There should be a way to exclude some e2e scenarios from running on each PR build and run them only on
development
or feature branch build.A solution would be to have
@advanced
tag that would be filtered out by default, but enabled withnpm run e2e-test -- --cucumberOpts.tags @advanced
run e2e tests similarly we do with @testnet:https://github.com/LiskHQ/lisk-hub/blob/c82683df85b2bc3277c697ebacff24463a8fed2c/Jenkinsfile#L142-L146
The first candidate for this tag is this scenario:
https://github.com/LiskHQ/lisk-hub/pull/458/files
The text was updated successfully, but these errors were encountered: