https://github.com/joanesquivel/webdriverio-ts-demo-framework
Webdriver IO Test Framework based on Typescript
https://github.com/joanesquivel/webdriverio-ts-demo-framework
javascript typescript webdriver webdriverio
Last synced: 8 months ago
JSON representation
Webdriver IO Test Framework based on Typescript
- Host: GitHub
- URL: https://github.com/joanesquivel/webdriverio-ts-demo-framework
- Owner: JoanEsquivel
- Created: 2022-01-02T18:20:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T16:52:21.000Z (over 4 years ago)
- Last Synced: 2025-01-31T17:11:32.324Z (over 1 year ago)
- Topics: javascript, typescript, webdriver, webdriverio
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webdriver IO + Typescript

> Webdriver IO framework built over Youtube videos to teach the framework basics to anyone interested in this technology.
### 💻 Topics
We reviewed topics like:
- [x] Mocha Structure
- [x] Web Locators
- [x] First Test: Async/Await first commands
- [x] Page Object Model
- [x] Selenium-standalone-service
YT Branc
- [x] Docker Selenium Grid 4
- [x] Allure reporter
- [x] Assertions
- [x] Locators/Selectors
- [x] Tab Management
- ## 💻 Pre-requisites
Before you use this project you only need to have Node Js installed in your computer.
https://nodejs.org/es/download/
## 🚀 Install the project
Install project dependencies with: npm i