This project hardens the Playwright in Python to explore the webpage https://www.demoqa.com/ 🧙♂️
Project implements Page Object Pattern architecture.
- tests: definition of test suites and scenarios.
- constants stores the constant elements of the project like URLs, UI texts, etc.
- core: core functionalities like class base for page objects and utils.
- data: data for tests like user data, book information, etc.
- pages: main project library combines pages construction, pages locator
definition and generation in
locators