VadimNastoyashchy / webdriverio-saucedemo.com

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'], }

About

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


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%