adlnet / lrs-conformance-test-suite

A NodeJS project that tests the MUST requirements of the xAPI Spec and is based on the ADL testing requirements repository. The test suite website can be found here: https://lrstest.adlnet.gov/. The adopters website can be found here: https://adopters.adlnet.gov/

Home Page:https://adlnet.gov/projects/xapi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need help in running the test suite locally

spsheni opened this issue · comments

I am working on a LRS to support xAPI, and I am writing it from scratch.
I have setup the LRS to run in my local setup (Windows 7, Java8).
Also I have setup this test suite locally and followed the instructions put up in the ReadMe.
But each time I try to run the suite it fails with timeout error (Error: timeout of 15000ms exceeded).
I run the suit like, [ $ node bin/console_runner.js -e 'http://localhost' -a -u u -p p -g "Data 2.2" ]
Can anyone help me to run the test suite locally? Or if you have any blog write ups please share the same.

I could run the test suite in my Linux box and hit my LRS server.