Skip to content

Latest commit

 

History

History

tests.live

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Quantum CLI Extension Live tests

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.

Running locally

  1. Set the following environment variable to the Subscription ID of the "QuArC Internal Consumption" subscription:

    • $Env:AZURE_QUANTUM_SUBSCRIPTION_ID = "[Subscription ID]"
  2. Login to Azure using either:

  3. Make this folder your current directory location: src\quantum\tests.live

  4. Use .\Run.ps1 -SkipInstall to run all the tests.