Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksandrbaior/internet_e2e_webdriverio_ts
This home project on automation QA by using the WebdriverIO + TypeScript
https://github.com/oleksandrbaior/internet_e2e_webdriverio_ts
chai js mocha pageobject-pattern typescript webdriverio
Last synced: about 1 month ago
JSON representation
This home project on automation QA by using the WebdriverIO + TypeScript
- Host: GitHub
- URL: https://github.com/oleksandrbaior/internet_e2e_webdriverio_ts
- Owner: OleksandrBaior
- License: mit
- Created: 2022-07-17T13:22:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T13:17:46.000Z (about 2 years ago)
- Last Synced: 2024-12-27T05:08:08.862Z (about 1 month ago)
- Topics: chai, js, mocha, pageobject-pattern, typescript, webdriverio
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome-to-the-internet
This home project on automation QA by using the WebdriverIO + TypeScript# How was creating this project
1. WebdriverIO + TypeScript
```npm init wdio .```
2. MochaJS
```install with webdriverIO```
3. ChaiJS
```npm install chai```
4. Assert from WebdriverIO
```install with webdriverIO```# Using patterns
5. PageObject
6. Async/wait
7. OOP: Abstraction, encapsulation, inheritance, polymorphism
8. Api axios