Automated tests of https://www.redmine.org/ website with using of Page Object pattern. Tests perfoms implementation of testcases for this website
- Download and install Node.JS (at least 14.X)(https://nodejs.org/uk/)
- Install Visual Studio Code (https://code.visualstudio.com/)
- Open VS code terminal and clone repository
git clone https://github.com/DimaSmaha/playwright-redmine
- Install playwright using
npm init playwright@latest
- Run in terminal
npm i
to install all you needed - Enter
npx plawright test
to run tests - Test files located in tests>(page_name).spec.ts and pages>(page_name).page.ts)
- Tests to be ran successfully