Most voted "nightwatch" questions
2 questions
Sort by count of
-
3
votes1
answer438
viewsWhen to perform e2e testing on your application?
I am starting in e2e (end-to-end) testing, specifically in projects Vuejs with Spectron and Nightwatch. This question will not have code, because my doubt in this case is not with them, I am able to…
-
0
votes1
answer90
viewsVuejs - How to add e2e/unit tests after not including them initially in the creation of the webpack project?
I own a project that was started with vuetify webpack (Vue init vuetifyjs/webpack). At the time the project was created, the e2e/unit test option was not selected. However, there is now a need to…