https://github.com/cerberus/wdio-chrome
WebDriverIO v9 example with chrome & Demonstration for Browser Automation Challenge event (5_button)
https://github.com/cerberus/wdio-chrome
chrome typescript webdriverio
Last synced: about 2 months ago
JSON representation
WebDriverIO v9 example with chrome & Demonstration for Browser Automation Challenge event (5_button)
- Host: GitHub
- URL: https://github.com/cerberus/wdio-chrome
- Owner: Cerberus
- Created: 2024-11-13T08:22:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T13:05:58.000Z (over 1 year ago)
- Last Synced: 2025-04-01T12:52:06.443Z (about 1 year ago)
- Topics: chrome, typescript, webdriverio
- Language: TypeScript
- Homepage: https://youtu.be/iZMvB3WNMPw?t=2422
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### wdio-chrome
An example project of [WebDriverIO](https://webdriver.io/) (v9)
#### Install
```
yarn
```
#### Development test
```
yarn wdio --watch
```
#### Call Gemini
Clone template to `.env` file & insert `API_KEY`.
```
cp .env.template .env
```