From 190259bb0f512d881a1dc852ff0c68dd41aeb434 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 12 Nov 2022 11:37:43 +0100 Subject: Init --- app/tests/e2e/specs/test.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/tests/e2e/specs/test.js (limited to 'app/tests/e2e/specs/test.js') diff --git a/app/tests/e2e/specs/test.js b/app/tests/e2e/specs/test.js new file mode 100644 index 0000000..bba35a1 --- /dev/null +++ b/app/tests/e2e/specs/test.js @@ -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('ion-content', 'Tab 1 page') + }) +}) -- cgit v1.2.3-18-g5258