scripts/Run-E2E-Tests.ps1 (4 lines of code) (raw):

# --------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # --------------------------------------------------------- python -m pytest -n 10 ./test/ -m "not notebooks" -o junit_family=xunit2 --junitxml=junit.xml