create-lti-launch-artillery
v1.0.4
Published
Batch-creates LTI launch links.
Downloads
2
Readme
create-lti-launch-artillery
Summary: test developers create a test and then many testers will run that test all at once, each taking a range of the users. The test developer will end up creating a launchData.json
file, which must be securely sent to testers.
Instructions for Testers:
Preparation:
- Get the test file from the test creator
- Install Node.js
Running Tests using the App (Mac Only):
- Download and unzip the LTIArtillery App
- Right click the app and select "Open"
- Follow instructions
Running Tests using Terminal:
- Open Terminal
- Run
npm init lti-launch-artillery
- Follow instructions
Instructions for Test Creators:
To create a new test file, follow these instructions:
- Open Terminal
- Run
npm init lti-launch-artillery --new
- Follow instructions