demo ready

This commit is contained in:
2026-02-23 01:29:15 +01:00
parent f4fd3fd6c5
commit f2eb31bdc7
12 changed files with 1917 additions and 144 deletions

10
cypress/e2e/demo.cy.js Normal file
View File

@@ -0,0 +1,10 @@
import { Mainpage } from '../../mainpage.po.ts';
const mainpage = new Mainpage();
describe('template spec', () => {
it('passes', () => {
cy.visit('https://www.optimal-systems.de/')
})
})