-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: Fix puppeteer plugin publishing #28408
Conversation
37 flaky tests on run #52500 ↗︎Details:
|
Test | Artifacts | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cy.origin assertions > #consoleProps > .should() and .and() |
|
Test | Artifacts | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
... > correctly returns currentRetry |
|
Test | Artifacts | |
---|---|---|
... > saves the filter when navigating to a spec and back |
Test Replay
Screenshots
|
specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e
Test | Artifacts | |
---|---|---|
App/Cloud Integration - Latest runs and Average duration > when no runs are recorded > shows placeholders for all visible specs |
Test Replay
Screenshots
|
The first 5 flaky specs are shown, see all 23 specs in Cypress Cloud.
Review all test suite changes for PR #28408 ↗︎
…cypress into crb/cy-puppeteer-publish-fix
npm/puppeteer/package.json
Outdated
}, | ||
"homepage": "https://github.com/cypress-io/cypress/blob/develop/npm/puppeteer/#readme", | ||
"author": "Cypress App Team", | ||
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fangular&template=1-bug-report.md&title=", |
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.
The label is for npm: @cypress/angular
, do we have one for this plugin?
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fangular&template=1-bug-report.md&title=", | |
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fpuppeteer&template=1-bug-report.md&title=", |
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.
Bad copy-pasta on my part 🤦♂️ Fixed in e64b34c and created a matching label
Additional details
Scoped npm packages need
--access public
specified for their initial release. Adding thepublishConfig
topackage.json
fixes that for semantic-release.Also added some missing package.json fields.
Also removed the 1.0.0 changelog since it wasn't successfully published yet.
PR Tasks
cypress-documentation
?type definitions
?