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

feat(app): show previous versions #18838

Merged

Conversation

lmiller1990
Copy link
Contributor

@lmiller1990 lmiller1990 commented Nov 9, 2021

https://cypress-io.atlassian.net/browse/UNIFY-384

Up to date:

image

Not up to date:

image

Gets the previous releases of Cypress using npm view and expose them via GraphQL.

@lmiller1990 lmiller1990 requested review from marktnoonan, ImCesar and a team November 9, 2021 09:53
@lmiller1990 lmiller1990 marked this pull request as ready for review November 9, 2021 09:54
@cypress
Copy link

cypress bot commented Nov 9, 2021



Test summary

4802 1 52 2Flakiness 1


Run details

Project cypress
Status Failed
Commit 09a8873
Started Nov 14, 2021 11:49 PM
Ended Nov 15, 2021 12:00 AM
Duration 11:14 💡
OS Linux Debian - 10.9
Browser Electron 93

View run in Cypress Dashboard ➡️


Failures

cypress/integration/settings_spec.js Failed
1 Settings > file preference panel > loads preferred editor and available editors

Flakiness

cypress/integration/e2e/redirects_spec.js Flakiness
1 redirection > meta > binds to the new page after a timeout

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

Copy link
Contributor

@elevatebart elevatebart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some remarks but nothing blocking

* ]
*/
async versions (n: number = 5): Promise<Version[]> {
const result = await execa(`npm`, [`view`, `cypress`, `time`, `--json`])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we be better off using fetch on https://registry.npmjs.org/cypress and get the output?
This opening of a new process feels brittle.

@tgriesser what do you think?

Copy link
Contributor

@JessicaSachs JessicaSachs Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mocks were out of date and we don't need to show n number of versions... I'm actually okay with this implementation though.

@@ -1,14 +1,14 @@
<template>
<TopNavList v-if="versionList">
<TopNavList v-if="props.gql.versions">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not keep the versionList as a computed?
It would make the template look cleaner (for my taste)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok done

Copy link
Contributor

@marktnoonan marktnoonan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works/look great! A couple of comments.


<TopNavListItem class="px-16px py-8px min-w-240px pb-12px">
<p class="text-gray-600 text-12px py-8px leading-normal">
You're currently running an old version of Cypress.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we move this & other text to i18n?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done 09a8873

),
})

cy.get('[data-cy="topnav-version-list"]').click()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that we are passing in known test data, we could select this by the name of the version we expect to be shown.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done 09a8873

@lmiller1990 lmiller1990 merged commit c670ae6 into unified-desktop-gui Nov 15, 2021
@lmiller1990 lmiller1990 deleted the lmiller1990/UNIFY-384-cypress-versions branch November 15, 2021 00:03
tgriesser added a commit that referenced this pull request Nov 17, 2021
* 10.0-release:
  feat: improve vite DX (#18937)
  feat: Use plugins on config files (#18798)
  BREAKING CHANGE: trigger major bump
  BREAKING CHANGE: trigger major bump
  fix: fix cypress/package.json crasher
  fix(breaking): change circle.yml to release binary
  fix: build-prod-ui deps before build-prod packages
  feat: implement spec list tree (#18901)
  chore: adding 10.0-release to the circle.yml build script (#18926)
  feat(app): remove __vite__ route and default to unified runner (#18909)
  fix: app layout + specs list review (#18862)
  feat(app): show previous versions (#18838)
  feat: scaffold integration files in app (#18763)
  feat: add footer to the settings (#18867)
  fix: Exit when both --e2e and --component flags are passed in (#18855)
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.

4 participants