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:
parent
53ed7383c4
commit
30aec0a3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ stages:
|
|||
totalShards: 2
|
||||
targetUrl: $(BASE_URL)
|
||||
dockerFileName: 'Dockerfile.playwright'
|
||||
isRegression: true
|
||||
isRegression: false
|
||||
filterTags: ''
|
||||
playwrightTestsPath: 'playwright-tests'
|
||||
npmServePath: '.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue