-
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
feat: Add vue2 package from npm/vue/v2 branch #21026
Conversation
Thanks for taking the time to open a PR!
|
Test summaryRun details
View run in Cypress Dashboard ➡️ 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 |
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.
2 things - I thought we had landed on vue-2
for the package name
Also, we should skip copying over all of the Cypress tests & examples
dir from the existing Vue project
The only discussion I saw was in the Jira ticket, where Lachlan commented:
and it seemed reasonable to me. If there was any further discussion, I was unaware, [email protected] looks quite nice to me, vs [email protected]. The dash feels weird in contexts where we don't see only the module name. But I'm not married to the idea if other people have strong preferences / there was discussion I missed. |
That's fine - I was just going based on the Jira ticket title/body, didn't see that comment. @brian-mann or @ZachJW34 do you have a strong opinion on naming here |
|
Regarding names, I see @brian-mann's point now - in the project I maintain, |
…press-io/cypress into tgriesser/cleanup/UNIFY-1253-npm-vue2 * 'tgriesser/cleanup/UNIFY-1253-npm-vue2' of github.com:cypress-io/cypress: update test truncate confusing vue loader message
…npm-vue2 refactor: cleanup for ported vue2 module
…o/cypress into tgriesser/fix/UNIFY-1206-cloud * 'tgriesser/fix/UNIFY-1206-cloud' of github.com:cypress-io/cypress: feat: swap the #__cy_root id selector to become data-cy-root for component mounting (#20951) fix: Doc changes around vue2 (#21066) feat: Add vue2 package from npm/vue/v2 branch (#21026) fix: add possible frameworks to object API config (#21056)
* 10.0-release: (25 commits) fix: stop running spec when switching specs (#21038) fix: remove asset size warnings and enable nuxt e2e tests (#21074) feat: swap the #__cy_root id selector to become data-cy-root for component mounting (#20951) fix: Doc changes around vue2 (#21066) feat: Add vue2 package from npm/vue/v2 branch (#21026) skip failing test fix: add possible frameworks to object API config (#21056) fix snapshot spacing fix system test fix snapshot update snapshots rename spec files rename files update snapshots release 9.5.4 [skip ci] fix(regression): cy.pause() should not be ignored with `cypress run --headed --no-exit` (#20877) fix: add missing Cypress.Commands.addAll() types (#20894) chore: Don't store video and screenshot artifacts for runs (#20979) chore: Update Chrome (beta) to 101.0.4951.26 (#20957) chore: remove parallelism from test-binary-against-repo jobs (#21004) ...
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
User facing changelog
npm/vue2
in the binary, accessible viacypress/vue2
.Additional details
Part of the component testing rearchitecture, to allow us to easily bring updates to users w/o requiring them to install anything other than
cypress
.How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?