https://github.com/wasiqb/my-wdio
:hotsprings: My first try on webdriverio.
https://github.com/wasiqb/my-wdio
allure-report appium babel chai mocha nodejs selenium visual-regression wdio wdio-image-comparision webdriverio
Last synced: 7 months ago
JSON representation
:hotsprings: My first try on webdriverio.
- Host: GitHub
- URL: https://github.com/wasiqb/my-wdio
- Owner: WasiqB
- License: apache-2.0
- Created: 2020-01-11T12:35:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T11:04:21.000Z (about 2 years ago)
- Last Synced: 2025-03-18T17:06:41.699Z (7 months ago)
- Topics: allure-report, appium, babel, chai, mocha, nodejs, selenium, visual-regression, wdio, wdio-image-comparision, webdriverio
- Language: JavaScript
- Homepage:
- Size: 29.6 MB
- Stars: 10
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-wdio
My first try on webdriverio.
# Packages used
- `wdio-cli`
- `babel`
- `mocha`
- `chai`
- `allure-commandline`
- `webdriverio`
- `wdio-image-comparison-service`
- `wdio-native-app-compare-service`
- `fs-extra`
- `spec`# Install Packages
```bash
$ npm install
```# Run Functional Tests on desktop chrome
```bash
$ npm test
```# Visual Tests with `wdio-image-comparision-service`
## Run Tests on Android chrome
```bash
$ npm run web:android
```## Run Tests on iPhone Safari
```bash
$ npm run web:ios
```## Run Tests on Desktop Chrome
```bash
$ npm run web:chrome
```## Run Tests on Android for Native App
```bash
$ npm run android
```> Real device should be connected OR emulator should be up and running.
## Run Tests on iOS for Native App
```bash
$ npm run ios
```# Generate and Open Allure Report
```bash
$ npm run report
```