Displays average price of bitcoin over last 31 days
npm i
npm start
Developing locally requires you to run the scenario you want to work against. To do this:
- Start the mockserver:
npm run test:mockserver
- Run a feature test:
npm run test:browser features/AveragePrice.feature:9
- The scenario is now mocked and ready to work against