w3c / aria-at-app

Test runner and results reporter for ARIA-AT
http://aria-at.w3.org/
Other
35 stars 15 forks source link

Add support in import test script for importing test harness #1064

Closed evmiguel closed 2 months ago

evmiguel commented 2 months ago

This PR adds support for importing the test harness into the ARIA-AT App repo from the ARIA-AT repo. To test, run:

yarn db-import-tests:dev;

Verify that the harness files are in client/resources. Additionally, this PR sets the commands.json in server/resources to commandsV1.json. My intent was to make the import minimally invasive. Open to other thoughts!