Skip to content

ljagiela/sm-wdio-e2e-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sm-wdio-e2e-test

An example of test automation with use of WebdriverIO framework

Getting Started

Prerequisites

Node.js
npm/yarn

Installing

Just:

yarn

Running the tests

all tests

When providing an URL for baseUrl param please note that there should be no extra chars at the end like /

yarn test --baseUrl=http://testedwebsite.com

specific test file

yarn test --baseUrl=http://your-tested-website.com --spec=prizesList.spec.js

Reporting

To generate allure reports run:

yarn allure

and check ./reports/allure-output directory

Other useful scripts

Use command below to identify coding and styling issues

yarn lint

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published