Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vadimnastoyashchy/webdriverio-saucedemo.com
- Owner: VadimNastoyashchy
- Created: 2022-10-03T10:20:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T14:45:09.000Z (about 2 years ago)
- Last Synced: 2024-04-28T07:21:05.425Z (8 months ago)
- Topics: automation, automationtesting, oop, pageobject-pattern, saucedemo, testautomation, typescript, webdriverio
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👩💻 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 systemInstall 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'],
}