-
Notifications
You must be signed in to change notification settings - Fork 22
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
Setup e2e testing with BDD, Cypress & Cucumber #126
Conversation
Is this done? It's a lot of stuff :D |
Yes, it's done. Nothing new here really, other than commenting out the above-mentioned tests... I've just merged in the previous PR. N.B. It seems one of the relocated tests from the |
He @mst101 i just wanted to merge this but before that i wanted to try it out. |
Yes, that's right. They will all fail as the implementation that satisfies these tests is all within the Keyboard Navigation PR (#81). Sorry if that wasn't clear... Perhaps I should have combined the two PRs? |
@MrWook - thanks. I'm just about to merge your updated master branch into my keyboard navigation branch. Then you'll be able to check that out... |
A continuation of #91 (which I deleted by accident!).
N.B. Until Cypress supports native events, I've commented out a number of tests which involve pressing the
space bar
orenter
keys on abutton
as Cypress currently treats these exactly the same way as if you had clicked on the button. i.e. the following three lines are equivalent: