https://github.com/codeception/codeceptjs-demo
simple demos of CodeceptJS
https://github.com/codeception/codeceptjs-demo
Last synced: 6 months ago
JSON representation
simple demos of CodeceptJS
- Host: GitHub
- URL: https://github.com/codeception/codeceptjs-demo
- Owner: Codeception
- Created: 2015-11-24T02:50:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T23:21:04.000Z (almost 7 years ago)
- Last Synced: 2025-06-21T15:07:07.796Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codeceptjs-demo
Sample [CodeceptJS](https://github.com/codeception/codeceptjs) tests with WebDriverIO.
Install
```
npm install codeceptjs webdriverio --save
```
Manually start [Selenium Server](https://www.npmjs.com/package/selenium-standalone).
Run tests
```
npx codeceptjs run --steps
```
Try to mainpulate web browser using interactive shell
```
npx codeceptjs shell
```