Most voted "e2e" questions
5 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…
-
1
votes0
answers17
viewsPre-trial e2e tests successfully run on site but shows Azure pipeline error
On my spot, when I turn the remote npm run e2e it runs the normal test and successfully runs the script: "e2e": "concurrently \"webdriver-manager start --standalone\" \"ng e2e\"" However, in the…
-
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…
-
0
votes1
answer32
viewsWebdrivererror when running E2E tests with Protractor/Selenium
Error occurring below when running E2E test specs, no action previously done that may have caused the error. That is the mistake: [14:20:03] I/testLogger - PID: 16221 Specs:…
-
-3
votes0
answers26
viewsHow do I run Github Actions in the `deployment_status` event but only for the QAS Branch?
I need github actions to run only on the QAS branch and with deployment_event. At the moment I’m implementing in this way name: Cypress on: [deployment_status] jobs: e2e: if:…