https://github.com/klamping/wdio-mocha-basic
Basic setup for WebdriverIO using Mocha
https://github.com/klamping/wdio-mocha-basic
mocha selenium testing webdriverio
Last synced: about 2 months ago
JSON representation
Basic setup for WebdriverIO using Mocha
- Host: GitHub
- URL: https://github.com/klamping/wdio-mocha-basic
- Owner: klamping
- Created: 2019-05-03T14:27:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T14:23:15.000Z (about 6 years ago)
- Last Synced: 2024-06-14T21:08:11.449Z (about 2 years ago)
- Topics: mocha, selenium, testing, webdriverio
- Language: JavaScript
- Size: 3.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebdriverIO/Mocha Basic Repository
[](https://travis-ci.org/klamping/wdio-mocha-basic)
[](https://greenkeeper.io/)
This is a very simple WebdriverIO repository meant as a starting point for more complex setups. Useful to help isolate errors and show off simple examples.
## Usage
```
git clone git://github.com/klamping/wdio.git && rm -rf wdio/.git
```
This will clone a copy, without keeping the original git information (which probably isn't needed).
## What it contains:
- NPM set up and wdio installed with mocha
- wdio config file set up
- Simple Node.js .gitignore file
- test script folder with example file
## Why not to use it
- You already have a package.json folder in your root project directory, in which case you should go through the normal WDIO install process.