-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Valerie Young edited this page May 7, 2020
·
15 revisions
Instructions for local work, "stop gap" solution:
First, follow all the instructions in the local development docs.
SIGNING UP FOR THE FIRST TIME:
- Make sure you are on the Admin team: https://github.com/orgs/bocoup/teams/aria-at-report-admin/members
- If you want to test what it is like to be a test, remove yourself from the admin team and add yourself to the tester team (note, admins can do anything a tester can and more): https://github.com/orgs/bocoup/teams/aria-at-report-testers/members
- After you get your server running for the first time, you will have to click the "sign up" button and approve the github app, THEN the "log out button", THEN the "log in" button to see all functionalities.
ACTUALLY RUNNING TESTS:
- Run:
yarn db-import-tests:dev -c aaa5786c129546e5e881201183c4dcb6432176c4- This puts test metadata in the databsae
- Make a directory called "aria-at-tests" next to the "aria-at-report" repository, and go into in. Then run:
git clone [email protected]:w3c/aria-at.git aaa5786c129546e5e881201183c4dcb6432176c4cd aaa5786c129546e5e881201183c4dcb6432176c4git reset --hard aaa5786c129546e5e881201183c4dcb6432176c4
- Go to the test cycle management page, and initiate a test cycle using the test version with the commit you just imported above. Add runs and assign yourself. At this commit, all "VoiceOver macOS" tests are broken.