This is a repository that contains different examples of E2E testing solutions including different tools and languages.
More info in all subprojects.
.
├── cypress-basic // 'TODO' online app tests with pure cypress
├── cypress-cucumber // 'TODO' online app tests in cypress using POM and Cucumber
├── cypress-dsl // 'TODO' online app tests in cypress using POM + DSL
├── cypress-pom // 'TODO' online app tests in cypress using POM
├── cypress-reporting // 'TODO' online app tests in cypress using POM + reporting
├── playwright-basic // 'TODO' online app tests with pure Playwright
├── playwright-pom // 'TODO' online app tests in Playwright using POM
├── LICENSE
└── README.md