File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,19 @@ npm run cypress:open
8080Select "E2E Testing", which should be configured already and select the desired browser and click the start button.
8181
8282A browser will open with the list of tests, which can be explored.
83+ It should look like this:
84+
85+ <figure style =" text-align : center ; width =80%;" >
86+ <img alt =" Cypress E2E specs list " src =" https://docs.cypress.io/_nuxt/img/spec-list-with-new-spec.61d015d.png " >
87+ <caption >
88+ Cypress E2E specs list. Image is from https://docs.cypress.io/guides/end-to-end-testing/writing-your-first-end-to-end-test
89+ </caption >
90+ </figure >
91+
92+ Click on the spec file.
93+ The next screen will show the tests being executed.
94+ If anything goes wrong, you will see it in red.
95+ For more information, check < https://docs.cypress.io/guides/end-to-end-testing/testing-your-app#What-you-ll-learn > .
8396
8497## Linting and formatting
8598
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { defineConfig } from 'cypress'
22
33export default defineConfig ( {
44 e2e : {
5- baseUrl : 'http://localhost:8080/cff-initializer-javascript/#'
5+ baseUrl : 'http://localhost:8080/cff-initializer-javascript/#' ,
6+ supportFile : false // If the support/e2e.ts or support/commands.ts files are reinstated, delete this line
67 }
78} )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments