Skip to content

Repository with E2E testing examples including different tools and languages.

License

Notifications You must be signed in to change notification settings

cagaragrzegorz/e2e-testing

Repository files navigation

E2E tests

This is a repository that contains different examples of E2E testing solutions including different tools and languages.

More info in all subprojects.

Structure

.
├── 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