billramsey / LoadEffect

Load Effect App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stories in Ready Build Status Coverage Status

Load Effect


Description

Load Effect is a load testing API that allows you to write your own script using the API-provided scripting language to simulate real user interactions up to scale.

Table of Contents

  1. Usage
  2. Screenshots
  3. Getting Started
    1. Prerequisites
    2. Installing Dependencies
  4. API Documentation
  5. Core Team
  6. Contributing
  7. Licensing

Usage

Screenshots

Getting Started

Prerequisites

Installing Dependencies

From within the root directory:

npm install

Running The App

Testing

Run:

npm test

API Documentation

  1. File Structure
  2. Architecture Diagram and Flow-Chart

Core Team

Contributing

  1. Fork the repo.
  2. Clone it to your local computer
  3. Cut a namespaced feature branch from master and name it appropriately
  4. Make commits and prefix each commit with the type of work you were doing
  5. BEFORE PUSHING UP YOUR CHANGES, rebase upstream changes into your branch, fix any potential conflicts, and then push to your fork.
  6. Submit a pull request directly to the master
  7. Someone else will perform code review to keep codebase clean
  8. Fix any errors or issues raised by the reviewer and push the fixes as a single new commit
  9. Repeat until the pull request is merged.

See CONTRIBUTING.md for contribution guidelines in detail.

License

M.I.T

About

Load Effect App


Languages

Language:JavaScript 96.9%Language:CSS 2.6%Language:HTML 0.5%