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

Bump @playwright/test from 1.43.1 to 1.46.1 #4585

Merged
merged 8 commits into from
Aug 28, 2024
8 changes: 4 additions & 4 deletions docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ deploy the tag to production:

1. Run [e2e] tests against the stage
- Ensure the tests are successful / Resolve any issues before moving to the next step
3. File an [SRE ticket][sre-board] to deploy the tag to [Prod][prod].
2. File an [SRE ticket][sre-board] to deploy the tag to [Prod][prod].
- Include a link to the GitHub Release
- Include a link to successful e2e tests
- You can assign it directly to our primary SRE for the day
4. When SRE starts the deploy, "cloudops-jenkins" will send status messages
3. When SRE starts the deploy, "cloudops-jenkins" will send status messages
into the #fx-monitor-engineering channel.
5. When you see `PROMOTE PROD COMPLETE`, do some checks on prod:
4. When you see `PROMOTE PROD COMPLETE`, do some checks on prod:
- Check sentry prod project for a spike in any new issues
- Check [grafana dashboard][grafana-dashboard] for any unexpected spike in ops
- Spot-check the site for basic functionality
- Ping SDET to run end-to-end tests on prod
6. Update the GitHub Release from "pre-release" to a full release and reference the production deploy SRE Jira ticket.
5. Update the GitHub Release from "pre-release" to a full release and reference the production deploy SRE Jira ticket.

## Stage-fixes

Expand Down
34 changes: 19 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.46.1",
"@storybook/addon-a11y": "^8.2.9",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
Expand Down
Loading