Initial git commit
This commit is contained in:
commit
78d33e5487
38 changed files with 11340 additions and 0 deletions
8
cypress/integration/example.spec.ts
Normal file
8
cypress/integration/example.spec.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// https://docs.cypress.io/api/introduction/api.html
|
||||
|
||||
describe("My First Test", () => {
|
||||
it("visits the app root url", () => {
|
||||
cy.visit("/");
|
||||
cy.contains("h1", "You did it!");
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue