Condition set visual test (#4625)

* ensure we're running one worker at a time for visual tests

* New test for condition sets

* Update testcase name and notes
This commit is contained in:
John Hill
2021-12-22 14:02:06 -08:00
committed by GitHub
parent 5b1664f073
commit c9bc390355
2 changed files with 28 additions and 5 deletions

View File

@ -7,6 +7,7 @@ const config = {
retries: 0,
testDir: 'tests',
timeout: 90 * 1000,
workers: 1,
webServer: {
command: 'npm run start',
port: 8080,