basic-user-journey-tests-user-not-logged-in
parent
48130836
No related branches found
No related tags found
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
Showing
- cypress.config.ts 9 additions, 0 deletionscypress.config.ts
- cypress/e2e/user-journeys.cy.ts 126 additions, 0 deletionscypress/e2e/user-journeys.cy.ts
- cypress/fixtures/example.json 5 additions, 0 deletionscypress/fixtures/example.json
- cypress/support/commands.ts 37 additions, 0 deletionscypress/support/commands.ts
- cypress/support/e2e.ts 17 additions, 0 deletionscypress/support/e2e.ts
- package-lock.json 2232 additions, 50 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
cypress.config.ts
0 → 100644
cypress/e2e/user-journeys.cy.ts
0 → 100644
cypress/fixtures/example.json
0 → 100644
cypress/support/commands.ts
0 → 100644
cypress/support/e2e.ts
0 → 100644
This diff is collapsed.
... | ... | @@ -56,6 +56,7 @@ |
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "~12.11.1", | ||
"codelyzer": "~6.0.2", | ||
"cypress": "^14.0.1", | ||
"jasmine-core": "~3.5.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "~6.4.1", | ||
... | ... |
Please register or sign in to comment