-
Notifications
You must be signed in to change notification settings - Fork 15
Sandbox Environment
Seth Thompson edited this page Jul 28, 2021
·
3 revisions
The sandbox environment of the ARIA-AT App serves as the development environment. This environment has no SLA for uptime. The primary purpose is to provide a venue for the Bocoup team to display features for review to stakeholders.
This environment should not be used for running any tests where the results are expected to be saved.
https://aria-at-app-sandbox.bocoup.com/
Since access to sandbox is governed by a specific Github group there is an alternative method for accessing the sandbox as either a tester or an admin. Anyone accessing the sandbox environment will need a GitHub account. The functionality of the role selected will be for the duration of your session.
- Add ?fakeRole=tester to the end of the sandbox url: https://aria-at-app-sandbox.bocoup.com/?fakeRole=tester
- Sign in with GitHub
- Add ?fakeRole=admin to the end of the sandbox url: https://aria-at-app-sandbox.bocoup.com/?fakeRole=admin
- Sign in with GitHub
- Create a GitHub account if you do not yet have one.
- Make sure you are on the Admin GitHub team or the tester allowlist, or mock your role in the development and sandbox environments by adding a special query parameter, e.g. aria-at-app-sandbox.bocoup.com/?fakeRole=admin
- Sign in to the app by authorizing with your GitHub account.
- Go to the Test Queue and browse the current entries or add a new one by clicking the "Add a Test Plan to the Queue" button to open the new Test Plan modal.
- Enter the AT and Browser that you want to test and select a Test Plan and Test Plan version. Click "Add."
- Find the new Test Plan in the Test Queue under a header corresponding to the chosen AT and Browser.
- In the table row corresponding to the new Test Plan, assign yourself as a tester in the Tester column.
- Test the new capability to delete a Test Plan by clicking the "Remove" button in the Actions column.
- More instructions to follow, as additional functionality is added to the Sandbox environment...