Skip to content

chore: cypress action move #1138

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

Merged
merged 18 commits into from
Jan 20, 2022
Merged

chore: cypress action move #1138

merged 18 commits into from
Jan 20, 2022

Conversation

tiffafoo
Copy link

@tiffafoo tiffafoo commented Jan 18, 2022

Summary

  • Replace existing cypress plugin with github actions.
  • Parallelize all the things.
  • Only run on changes that are relevant to the tests (no readmes and such)

Test plan

See the Cypress app's output on this PR as well as the checks

Standard checks:

  • Check the Deploy Preview's Demo site for your PR's functionality
  • Add docs when necessary

🧪 Once merged, make sure to update the version if needed and that it was published correctly.

@netlify
Copy link

netlify bot commented Jan 18, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-nx-monorepo-demo ready!

🔨 Explore the source changes: 79af409

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-nx-monorepo-demo/deploys/61e98cb74476e20008c5d443

😎 Browse the preview: https://deploy-preview-1138--netlify-plugin-nextjs-nx-monorepo-demo.netlify.app

@netlify
Copy link

netlify bot commented Jan 18, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-static-root-demo ready!

🔨 Explore the source changes: 79af409

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-static-root-demo/deploys/61e98cb772011d00087d88ab

😎 Browse the preview: https://deploy-preview-1138--netlify-plugin-nextjs-static-root-demo.netlify.app

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Jan 18, 2022
@netlify
Copy link

netlify bot commented Jan 18, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-export-demo ready!

🔨 Explore the source changes: 79af409

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-export-demo/deploys/61e98cb7e67c5c0008c837d5

😎 Browse the preview: https://deploy-preview-1138--netlify-plugin-nextjs-export-demo.netlify.app

@netlify
Copy link

netlify bot commented Jan 18, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-demo ready!

🔨 Explore the source changes: 79af409

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-demo/deploys/61e98cb77d42c20008865330

😎 Browse the preview: https://deploy-preview-1138--netlify-plugin-nextjs-demo.netlify.app

@cypress
Copy link

cypress bot commented Jan 18, 2022



Test summary

7 0 0 0


Run details

Project netlify-plugin-nextjs-static-demo
Status Passed
Commit 865d981
Started Jan 18, 2022 2:16 PM
Ended Jan 18, 2022 2:18 PM
Duration 01:20 💡
OS Linux Ubuntu - 20.04
Browser Custom chromium 90

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Jan 18, 2022



Test summary

2 0 0 0


Run details

Project netlify-plugin-nextjs-nx-monorepo-demo
Status Passed
Commit 865d981
Started Jan 18, 2022 2:16 PM
Ended Jan 18, 2022 2:18 PM
Duration 01:08 💡
OS Linux Ubuntu - 20.04
Browser Custom chromium 90

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Jan 18, 2022



Test summary

15 2 0 0


Run details

Project netlify-plugin-nextjs-default-demo
Status Failed
Commit 3d6126e
Started Jan 20, 2022 9:26 AM
Ended Jan 20, 2022 9:28 AM
Duration 02:26 💡
OS Linux Ubuntu - 20.04
Browser Custom chromium 90

View run in Cypress Dashboard ➡️


Failures

rewrites-redirects.spec.ts Failed
1 Rewrites and Redirects > rewrites: points /old to /
test.spec.ts Failed
1 TypeScript spec > loads home page

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@tiffafoo tiffafoo force-pushed the tln/cypress-action-move branch from f468cba to de0461d Compare January 19, 2022 12:47
@cypress
Copy link

cypress bot commented Jan 20, 2022



Test summary

16 1 0 0


Run details

Project netlify-plugin-nextjs-default-demo
Status Failed
Commit af8483d ℹ️
Started Jan 20, 2022 4:28 PM
Ended Jan 20, 2022 4:29 PM
Duration 01:26 💡
OS Linux Ubuntu - 20.04
Browser Chrome 97

View run in Cypress Dashboard ➡️


Failures

cypress/integration/default/preview.spec.ts Failed
1 Preview Mode > enters and exits preview mode

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Jan 20, 2022



Test summary

7 0 0 0


Run details

Project netlify-plugin-nextjs-static-demo
Status Passed
Commit af8483d ℹ️
Started Jan 20, 2022 4:28 PM
Ended Jan 20, 2022 4:29 PM
Duration 01:12 💡
OS Linux Ubuntu - 20.04
Browser Chrome 97

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Jan 20, 2022



Test summary

2 0 0 0


Run details

Project netlify-plugin-nextjs-nx-monorepo-demo
Status Passed
Commit af8483d ℹ️
Started Jan 20, 2022 4:28 PM
Ended Jan 20, 2022 4:29 PM
Duration 01:14 💡
OS Linux Ubuntu - 20.04
Browser Chrome 97

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@tiffafoo tiffafoo requested a review from ascorbic January 20, 2022 16:20
@tiffafoo tiffafoo marked this pull request as ready for review January 20, 2022 16:20
@tiffafoo tiffafoo merged commit 913c45a into main Jan 20, 2022
@tiffafoo tiffafoo deleted the tln/cypress-action-move branch January 20, 2022 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants