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

LRS Conformance: Expected Folders to Run

Smorgasbordq opened this issue · comments

Currently, I (privately) work with a clone of this test suite, and validate that a LRS works against the test cases in v1_0_3.

Is it expected that a LRS conforms to each package provided in the test folder (so, v1_0_2 as well)?

And, if that is the case, is there a better way to automate this? (It seems that the version specified is hard coded in helper.js, which means running 1.0.2 test cases still sends the 1.0.3 version header... which seems to be needed to handle edge cases in how to process certain requests).

Also, if it's not expected that a LRS needs to conform to the other folders / minor versions... how will this affect conformancy/adoption for 2.0.X?