Example code of codeceptJS which was used on WrotQA meeting in Siili
- Download and install
nvm
(https://github.com/creationix/nvm) - Download and install
yarn
(you also could usenpm
) - Download and install
docker
- run
nvm use
- run
yarn
To start local version of the conduit app
yarn db:start
yarn app
To running test please follow instructions in article.