Skip to content

Latest commit

 

History

History
 
 

README.md

Nullstack Tests

Nullstack

This folder contains tests for Nullstack using Jest and Puppeteer.

How to install

In project folder:

npm install
npm link
cd tests
npm install
npm link nullstack

How to run the tests

cd to the tests folder and run the application:

npm start

in another terminal cd to the tests folder and run the tests:

npm test