Skip to content
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

Merged
merged 45 commits into from
Aug 29, 2023
Merged

Conversation

wojteknowacki
Copy link
Member

closes #...

Screenshots

Pull Request Checklist

  1. This code contains UI changes
  2. All visible strings are translated with proper context including data-formatting
  3. Attributes data-test-id are added for new elements
  4. The changes are tested in Chrome/Firefox/Safari browsers and in light/dark mode
  5. Your code works with the latest stable version of the core
  6. I added changesets and read good practices

Test 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.

  1. stable
  2. app
  3. attribute
  4. category
  5. collection
  6. customer
  7. giftCard
  8. homePage
  9. login
  10. menuNavigation
  11. navigation
  12. orders
  13. pages
  14. payments
  15. permissions
  16. plugins
  17. productType
  18. products
  19. sales
  20. shipping
  21. translations
  22. variants
  23. vouchers

CONTAINERS=2

@changeset-bot
Copy link

changeset-bot bot commented Aug 21, 2023

⚠️ No Changeset found

Latest commit: f40ce7f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 06:17 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 06:17 Inactive
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 06:43 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 06:43 Inactive
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 07:14 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 07:14 Inactive
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 07:32 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 07:32 Inactive
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 09:00 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 09:00 Inactive
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 09:28 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 09:28 Inactive
cypress.config.js Outdated Show resolved Hide resolved
This reverts commit 53b811a.
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 10:01 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 10:01 Inactive
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 11:05 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 11:05 Inactive
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 21, 2023 11:24 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 21, 2023 11:25 Inactive
@wojteknowacki wojteknowacki requested review from a team, krzysztofzuraw and poulch August 25, 2023 13:44
andrzejewsky
andrzejewsky previously approved these changes Aug 25, 2023
package.json Outdated
Comment on lines 342 to 347
"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 \\;"
Copy link
Member

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

@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 28, 2023 07:13 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 28, 2023 07:13 Inactive
NyanKiyoshi
NyanKiyoshi previously approved these changes Aug 28, 2023
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 28, 2023 10:04 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 28, 2023 10:04 Inactive
…ss run critical to prevent marking step ass succeeded
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 28, 2023 10:46 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 28, 2023 10:46 Inactive
.github/workflows/test-env-deploy.yml Outdated Show resolved Hide resolved
.github/workflows/test-env-deploy.yml Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to test-omit-cypress-cloud August 28, 2023 12:08 Inactive
@github-actions github-actions bot temporarily deployed to storybook test-omit-cypress-cloud August 28, 2023 12:08 Inactive
@wojteknowacki wojteknowacki merged commit a88fc1c into main Aug 29, 2023
@wojteknowacki wojteknowacki deleted the test-omit-cypress-cloud branch August 29, 2023 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants