Run all tests : `npm run test`
Run a specific test : `npm run test:file path.to.test.js`
-
Create a folder on your pod to hold the test
-
Create an environment variable named
BASE_TEST_URL
using the address of that folder -
Follow the instructions in the Solid-Node-Client README to setup login credentials
Run all tests : `npm run test:https`
Run specific test : `npm run test:https path.to.test.js`