Skip to content

Automation project for saucedemo.com (TypeScript, Playwright, CI/CD GitHub, OOP)

Notifications You must be signed in to change notification settings

VadimNastoyashchy/webdriverio-saucedemo.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebdriverIO

👩‍💻 WebdriverIO

Test automation project for testing saucedemo.com

Getting started

Before you follow the steps below, make sure you have the Node.js installed globally only your system

Install all the necessary dependency using npm :

npm install

package.json use the following dependency: ci = "chromedriver": "106.0.1", local = "chromedriver": "108.0.0", or your actual local chromedriver version.

for local use just to comment in wdio.conf.ts 'goog:chromeOptions': { args: ['--headless', '--disable-gpu', '--disable-dev-shm-usage'], }

Releases

No releases published

Packages

No packages published