npm install to install all dependencies
npm start - launch app locally
Activate some scenarios and start them. The scenario runs should be displayed in a list separately instead of only showing the current run's graph. Each graph also has the link to logs under it exactly as before.
How to test:
npm install
to install all dependenciesnpm start
- launch app locallyActivate some scenarios and start them. The scenario runs should be displayed in a list separately instead of only showing the current run's graph. Each graph also has the link to logs under it exactly as before.