-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Cypress test #154
Cypress test #154
Conversation
✅ Deploy Preview for jest-preview-library canceled.
|
@huyenuet Thank you so much for your help. |
One more thing. Can you use prettier to format the source code? We already provide a CLI |
Sure @nvh95 |
Can you revert these changes in |
@huyenuet Please help to commit the change in |
After a while of consideration, I think we shouldn't put Moreover, since the new cypress code interact with the actual website on www.jest-preview.com. It's not a part of website source code. We can create a new folder under root and name it something like |
b3840ff
to
3b391ca
Compare
@nvh95 I updated the PR per your request. The new folder name was set to "docs-e2e-testing". |
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.
Your PR looks great so far. I left 2 small comments.
docs-e2e-testing/package.json
Outdated
@@ -0,0 +1,14 @@ | |||
{ | |||
"name": "e2e-testing-for-docs", | |||
"version": "1.0.0", |
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.
Can you change to
"version": "1.0.0", | |
"version": "0.0.1", |
docs-e2e-testing/package.json
Outdated
"cypress-test": "cypress open" | ||
}, | ||
"author": "huyenuet", | ||
"license": "ISC", |
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.
Can you change the license to MIT
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.
LGTM!
Thank you very much @huyenuet. Welcome to contributors 🎉🎉🎉 |
I've put up a pull request to add @huyenuet! 🎉 |
|
Features