Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vadimnastoyashchy/webdriverio-saucedemo.com

Automation project for saucedemo.com (TypeScript, Playwright, CI/CD GitHub, OOP)
https://github.com/vadimnastoyashchy/webdriverio-saucedemo.com

automation automationtesting oop pageobject-pattern saucedemo testautomation typescript webdriverio

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        



WebdriverIO

# 👩‍💻 WebdriverIO
# Test automation project for testing saucedemo.com
## Getting started

> Before you follow the steps below, make sure you have the
[Node.js](https://nodejs.org/en/download/) 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'],
}