chore(tests): finish layout for welcome, add a few more tests and add placeholders for other features

This commit is contained in:
David Ralph
2024-12-27 20:46:00 +00:00
parent 6c9f2dd807
commit bd60088dc8
13 changed files with 220 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
describe('template spec', () => {
it('passes', () => {
cy.visit('https://example.cypress.io')
})
})