- Go to File/Import...
- Select collection file
- Go to Manage environments (gear in up right side inside User Interface)
- Click on Import
- Select environment
- Run
Login
request to refresh your token.
- Open project in terminal
- Run
npm install
- Once
node_modules
are installed you can run scripts by running
node script.js
You can implement testing by running
test.sh
Only Node is needed for this approach.