Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small updates for testing doc #194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
│ └── auth.json.gpg (An encrypted version of `auth.json` for the `staging-latest` stack used by GHA.)
├── testUtilities
│ ├── globalTeardown.js (A file used to ensure all `HiFiCommunicator` instances get shut down after testing.)
| ├── rtcAudioSourceSineWave.js
│ ├── testUser.ts (A test user class.)
│ └── testUtils.ts
├── unit
Expand All @@ -20,7 +21,6 @@
│ │ ├── HiFiAudioAPIData.unit.test.ts
│ │ ├── HiFiCommunicator.unit.test.ts
│ │ └── HiFiMixerSession.unit.test.ts
│ ├── libravi
│ └── utilities
│ ├── HiFiCoordinateFrameUtil.unit.test.ts
│ ├── HiFiLogger.unit.test.ts
Expand All @@ -35,6 +35,7 @@
| pro | api-pro.highfidelity.com, api-pro-latest.highfidelity.com |
| east | api-pro-east.highfidelity.com, api-pro-latest-east.highfidelity.com |
| hobby | api.highfidelity.com, api-hobby-latest.highfidelity.com |
| eu | api-pro-eu.highfidelity.com, api-pro-eu-latest.highfidelity.com |

## Unit Tests

Expand Down Expand Up @@ -96,7 +97,7 @@ GHA needs access to the `auth.json` file, so we encrypt that file and upload to
#### Workflows
There is a workflow dispatch in GHA that allows you to manually run tests against a specified stack and branch. This will work as long as the specified stack data is included in the branch's auth file.

#### TO UPDATE THE REPO WITH NEW APP IDS:
#### TO UPDATE THE REPO WITH NEW APP IDS OR SPACE INFO:
1. Create the apps in the QA [HiFi dev account page](https://api-staging-latest.highfidelity.com) The username and password are in [1pass](https://1password.com).

2. Update your `auth.json` file with the new app IDs/secrets and update the file in 1pass.
Expand Down