egordylan / Automation_exadel_2022_week4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Tasks Students Kit

Install

npm install

Run tests

all tests:

npm test

specific file:

npx wdio wdio.conf.js --spec <path to file>

for example:

npx wdio wdio.conf.js --spec specs/message-service.js

Generate allure

npm run report

Clean allure

npm run clean

Run REPL with Chrome

npm run repl

SUT for Home Work

https://viktor-silakov.github.io/course-sut/

About


Languages

Language:JavaScript 92.4%Language:Gherkin 7.6%