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

chore: Fix puppeteer plugin publishing #28408

Merged
merged 6 commits into from
Nov 27, 2023

Conversation

chrisbreiding
Copy link
Contributor

@chrisbreiding chrisbreiding commented Nov 27, 2023

Additional details

Scoped npm packages need --access public specified for their initial release. Adding the publishConfig to package.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

Copy link

cypress bot commented Nov 27, 2023

37 flaky tests on run #52500 ↗︎

0 28295 1346 0 Flakiness 37

Details:

add beta tag and note to readme
Project: cypress Commit: 524930cdab
Status: Passed Duration: 19:41 💡
Started: Nov 27, 2023 4:15 PM Ended: Nov 27, 2023 4:34 PM
Flakiness  e2e/origin/commands/assertions.cy.ts • 1 flaky test • 5x-driver-firefox

View Output

Test Artifacts
cy.origin assertions > #consoleProps > .should() and .and()
    </td>
  </tr></table>
Flakiness  cypress/cypress.cy.js • 3 flaky tests • 5x-driver-firefox

View Output

Test Artifacts
... > correctly returns currentRetry
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/52500/overview/06745790-8c8b-4dbb-a87e-d17b4a036cb0?reviewViewBy=FLAKY&utm_source=github&utm_medium=flaky&utm_campaign=view%20test">
        ... > correctly returns currentRetry
      </a>
    </td>
    <td>
      
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/52500/overview/7e87534f-723d-49ff-bc6d-fa956160dd1e?reviewViewBy=FLAKY&utm_source=github&utm_medium=flaky&utm_campaign=view%20test">
        ... > correctly returns currentRetry
      </a>
    </td>
    <td>
      
    </td>
  </tr></table>
Flakiness  runs.cy.ts • 3 flaky tests • app-e2e

View Output

Test Artifacts
App: Runs > Runs - Create Project > when a project is created, injects new projectId into the config file, and sends expected UTM params Test Replay Screenshots
... > displays each run with correct information Test Replay Screenshots
... > opens the run page if a run is clicked Test Replay Screenshots
Flakiness  specs_list_e2e.cy.ts • 1 flaky test • app-e2e

View Output

Test Artifacts
... > saves the filter when navigating to a spec and back Test Replay Screenshots
Flakiness  specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e

View Output

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 ↗︎

},
"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=",
Copy link
Contributor

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?

Suggested change
"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=",

Copy link
Contributor Author

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

@chrisbreiding chrisbreiding merged commit 2324534 into develop Nov 27, 2023
5 checks passed
@chrisbreiding chrisbreiding deleted the crb/cy-puppeteer-publish-fix branch November 27, 2023 18:17
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.

3 participants