Disables regression testing

The automated test pipeline now runs without the regression flag enabled.

This change ensures that tests are executed as standard tests, rather than being treated as regression tests.
This commit is contained in:
maguire-arman 2025-07-09 14:21:28 -04:00
parent 53ed7383c4
commit 30aec0a3a3

View file

@ -35,7 +35,7 @@ stages:
totalShards: 2
targetUrl: $(BASE_URL)
dockerFileName: 'Dockerfile.playwright'
isRegression: true
isRegression: false
filterTags: ''
playwrightTestsPath: 'playwright-tests'
npmServePath: '.'