Skip to content

DimaSmaha/playwright-redmine

Repository files navigation

Playwright-redmine-ts

Test task login and exploratory flow for cypress

Automated tests of https://www.redmine.org/ website with using of Page Object pattern. Tests perfoms implementation of testcases for this website

Requirements: TS,NodeJS,Playwright,TS

Install software and check out the project

  • 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)

Expected results:

  • Tests to be ran successfully

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published