lehoanglu0ng / wintex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech stack

  • Node.js > v14
  • Java JRE v8
  • TypeScript
  • Supported OS: macOS, Linux, Windows
  • Automation framework: CodeceptJS -> https://codecept.io/basics/
  • Allure report

Installing

npm ci
npm install -g allure-commandline --save-dev

Execute tests with detailed steps

npm run codeceptjs

Execute tests headless with detailed steps

npm run codeceptjs:headless

View allure report

allure serve output

Project structure

root
└───README.md
│
└───codecept.conf.ts <------ configuaration of project -> https://codecept.io/configuration/#configuration   
│
└───tests
│   └─── *.test.ts <------ test files with suffix `.test.ts`
│   
└───output <------ report files and screenshots
│   
└───pages <------ Page objects
│   
└───data <------ test data

About


Languages

Language:TypeScript 100.0%