Skip to content

erezcarmel/blazemeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazeMeter assignment

by Erez Carmel

Based on create-react-app

Overview

A collapsable sidebar, showing jMeter tests history. List can be sorted by tests update date, and refreshed.

Getting started

To run, clone repository:

git clone https://github.com/erezcarmel/blazemeter.git

install dependencies:

npm install

and run:

npm start

Project structure

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

What’s Inside?

React library for building the UI

axios for external data loading

MomentJS for dates and time formatting

Assignment

Assignment instructions can be found in instructions.md

Assignment expected result:

Expected result

About

BlazeMeter assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published