File: README.md

package info (click to toggle)
json-editor.js 1.3.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,700 kB
  • sloc: javascript: 10,168; perl: 39; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Testing

## With Docker

Go to the `tests/` directory and install node modules, start test application with node (webserver), Firefox (browser) and CodeceptJS (testing).

```
cd tests
docker-compose run --rm node npm install
docker-compose up -d
```

- Webserver URL: http://127.0.0.1:9001/
- Browser URL: vnc://127.0.0.1:9059/

```
docker-compose run --rm codeceptjs bash

$ npm run build
$ codeceptjs run
```


### References

- CodeceptJS - https://codecept.io
- Webdriver configuration - http://webdriver.io/guide/getstarted/configuration.html