-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor(reduce e2e tests against deployed app) #1586
Conversation
…se tests after deployment
1m17s opposed to ~9.5min 🤯 |
f48387f
to
322a32a
Compare
playwright.config.ts
Outdated
name: "local-chromium", | ||
use: { ...devices["Desktop Chrome"] }, | ||
}, | ||
{ | ||
name: "Mobile Android", | ||
name: "local-mobile", |
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.
could we maybe call them something like full
? I fear local
might be missleading
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.
quick question: are we actually using Android here, or is this just a test with a mobile viewport? (I was on holiday and missed this info)
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.
just a mobile viewport
Co-Authored-By: Spencer Peace <47868304+Spencer6497@users.noreply.github.com>
This reverts commit 5a4a343.
Quality Gate passedIssues Measures |
This PR aims to save time on CI deployments by reducing the number of tests we run against the live, deployed app.