This folder contains Run.ps1, a script the will run all of the live tests for the Quantum CLI Extension. Live tests are end-to-end tests that require an actual connection with Azure Quantum to complete successfully.
-
Set the following environment variable to the Subscription ID of the "QuArC Internal Consumption" subscription:
$Env:AZURE_QUANTUM_SUBSCRIPTION_ID = "[Subscription ID]"
-
Login to Azure using either:
- the Azure Account extension in VS Code
az login
from the Azure CLI
-
Make this folder your current directory location: src\quantum\tests.live
-
Use
.\Run.ps1 -SkipInstall
to run all the tests.