Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 796 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 796 Bytes

create-lti-launch-artillery

First, test creators will create a test, then one or more testers can run the test at once.


Instructions for Testers:

Preparation:

  1. Get the test file from the test creator
  2. Install Node.js

Running Tests using the App (Mac Only):

  1. Download and unzip the LTIArtillery App
  2. Right click the app and select "Open"
  3. Follow instructions

Running Tests using Terminal:

  1. Open Terminal
  2. Run npm init lti-launch-artillery
  3. Follow instructions

Instructions for Test Creators:

To create a new test file, follow these instructions:

  1. Open Terminal
  2. Run npm init lti-launch-artillery --new
  3. Follow instructions