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: add todomvc example for use in updated scaffolding #481

Merged
merged 12 commits into from May 21, 2021

Conversation

panzarino
Copy link
Contributor

@panzarino panzarino commented Apr 6, 2021

Adds a modified version of todomvc for use in updated scaffolding

Depends on changes in cypress-io/cypress#15826

@CLAassistant
Copy link

CLAassistant commented Apr 6, 2021

CLA assistant check
All committers have signed the CLA.

@netlify
Copy link

netlify bot commented Apr 6, 2021

Deploy Preview for cypress-example-kitchensink ready!

Built with commit b66aa3f

https://deploy-preview-481--cypress-example-kitchensink.netlify.app

@cypress
Copy link

cypress bot commented Apr 6, 2021



Test summary

120 0 0 0


Run details

Project cypress-example-kitchensink
Status Passed
Commit b66aa3f
Started May 20, 2021 10:32 PM
Ended May 20, 2021 10:36 PM
Duration 04:14 💡
OS Windows 10.0.17763
Browser Firefox 87

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

@cypress
Copy link

cypress bot commented Apr 6, 2021



Test summary

120 0 0 0


Run details

Project cypress-example-kitchensink
Status Passed
Commit 96137db ℹ️
Started May 20, 2021 10:33 PM
Ended May 20, 2021 10:37 PM
Duration 04:18 💡
OS Windows 10.0.17763
Browser Firefox 87

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

@panzarino panzarino changed the title add todomvc example Add todomvc example for use in updated scaffolding Apr 13, 2021
@panzarino panzarino marked this pull request as ready for review May 19, 2021 18:13
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

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

Just a few little things. Otherwise it looks good.

Also, this probably shouldn't be on you, but this repo should be running against Cypress 7.3.0, since we want to merge it up to cypress develop. This PR looks like a mess #480

// we need to type the enter key as well in order to submit the input.
// This input has a data-test attribute so we'll use that to select the
// element in accordance with best practices:
// https://on.cypress.io/best-practices#Selecting-Elements
Copy link
Member

Choose a reason for hiding this comment

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

Might want to make a specific on link for this, since the anchor link names sometimes change and this link would break in peoples scaffolded tests.

Suggested change
// https://on.cypress.io/best-practices#Selecting-Elements
// https://on.cypress.io/best-practices#Selecting-Elements

cypress/integration/1-getting-started/todo.spec.js Outdated Show resolved Hide resolved
cypress/integration/1-getting-started/todo.spec.js Outdated Show resolved Hide resolved

// Now that we've checked the button, we can go ahead and make sure
// that the list element is now marked as completed.
// Again we'll use contains to find the <label> element and then use the `parents` command
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// Again we'll use contains to find the <label> element and then use the `parents` command
// Again we'll use 'contains' to find the <label> element and then use the `parents` command

@jennifer-shehane
Copy link
Member

Oh I think the 7.3.0 branch was ran when the download server was down. Gonna rerun it all.

@panzarino
Copy link
Contributor Author

@jennifer-shehane Added suggestions - PR for on link is here https://github.com/cypress-io/cypress-services/pull/3839

@panzarino panzarino changed the title Add todomvc example for use in updated scaffolding feat: add todomvc example for use in updated scaffolding May 21, 2021
@panzarino panzarino merged commit 93c6f24 into master May 21, 2021
@bahmutov
Copy link
Contributor

🎉 This PR is included in version 1.15.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@emilyrohrbough emilyrohrbough deleted the add-todo-mvc branch March 30, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants