Skip to content
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:

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 aaa5786c129546e5e881201183c4dcb6432176c4
    • cd aaa5786c129546e5e881201183c4dcb6432176c4
    • git 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.

Clone this wiki locally