-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Switch to GHA as a parallelization provider #4097
Conversation
|
This reverts commit 53b811a.
package.json
Outdated
"combine:reports": "mochawesome-merge cypress/reports/mocha/*.json > cypress/reports/mochareports/report.json", | ||
"generate:report": "marge cypress/reports/mochareports/report.json --reportDir cypress/reports/mochareports", | ||
"html:report": "npm run combine:reports && npm run generate:report", | ||
"create:artifacts:dirs": "mkdir -p cypress/reports/mochareports && mkdir -p cypress/reports/mochareports/videos", | ||
"move:screenshots": "find cypress/reports/mochareports -type d -name \"*.js\" -exec mv {} cypress/reports/mochareports \\;", | ||
"move:videos": "find cypress/videos -type f -name \"*.js.mp4\" -exec mv {} cypress/reports/mochareports/videos \\;" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we combine al of the QA acions under one namespace? eg qa:XX
-> qa:move-videos
, qa:create-adrifacts
etc
673e3dd
…ss run critical to prevent marking step ass succeeded
closes #...
Screenshots
Pull Request Checklist
data-test-id
are added for new elementsTest environment config
API_URI=https://automation-dashboard.staging.saleor.cloud/graphql/
APPS_MARKETPLACE_API_URI=https://apps.staging.saleor.io/api/v2/saleor-apps
Do you want to run more stable tests?
To run all tests, just select the stable checkbox. To speed up tests, increase the number of containers. Tests will be re-run only when the "run e2e" label is added.
CONTAINERS=2