An open API service indexing awesome lists of open source software.

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

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
```