Based on create-react-app
A collapsable sidebar, showing jMeter tests history. List can be sorted by tests update date, and refreshed.
To run, clone repository:
git clone https://github.com/erezcarmel/blazemeter.git
install dependencies:
npm install
and run:
npm start
blazemeter/
README.md
node_modules/
package.json
.gitignore
yarn.lock
public/
index.html
sidebar.json
src/
components/
Sidebar/
index.js
item.js
style.css
style.css
App.js
index.js
React library for building the UI
axios for external data loading
MomentJS for dates and time formatting
Assignment instructions can be found in instructions.md
Assignment expected result: