feat: add cypress
This commit is contained in:
6
cypress/e2e/hello-world.cy.js
Normal file
6
cypress/e2e/hello-world.cy.js
Normal file
@@ -0,0 +1,6 @@
|
||||
describe("Hello World", () => {
|
||||
it("should have an h1 tag", () => {
|
||||
cy.visit("/en/test")
|
||||
cy.get("h1").contains("Hello World")
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user