Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this change, we can have a `.env` file in `sdk/keyvault` (the parent folder, as well as with other of our projects using dotenv) with the following properties: ``` AZURE_CLIENT_ID=XXXXXXXX AZURE_CLIENT_SECRET=XXXXXXXX AZURE_TENANT_ID=XXXXXXXX KEYVAULT_NAME=XXXXXXXX TEST_MODE=["record" or "playback", without quotes] ``` And then run `rushx integration-test:node` to record (or playback) all the tests with the Node environment, and also `rushx integration-test:browser` to run the tests with the browser environment. Would this help with #4389 ? Please review 💙
- Loading branch information