Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimnastoyashchy/playwright-saucedemo.com
Automation project for saucedemo.com (TypeScript, Playwright, CI/CD GitHub, OOP)
https://github.com/vadimnastoyashchy/playwright-saucedemo.com
automation automationtesting oop page-object playwright saucedemo testautomation typescript
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/playwright-saucedemo.com
- Owner: VadimNastoyashchy
- Created: 2022-10-02T08:06:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T18:57:21.000Z (12 months ago)
- Last Synced: 2024-04-28T07:21:04.524Z (8 months ago)
- Topics: automation, automationtesting, oop, page-object, playwright, saucedemo, testautomation, typescript
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎠Playwright
# 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
```