Skip to content

Commit 8ea58c1

Browse files
authored
Make all smoke tests run in the pipeline (#18316)
1 parent d1dc453 commit 8ea58c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Umbraco.Tests.AcceptanceTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"testSqlite": "npx playwright test DefaultConfig --grep-invert \"Users\"",
1010
"all": "npx playwright test",
1111
"createTest": "node createTest.js",
12-
"smokeTest": "npx playwright test DefaultConfig/Settings/DocumentType/DocumentTypeCollectionWorkspace DefaultConfig/Settings/MediaType/MediaTypeCollectionWorkspace DefaultConfig/DataType/DataTypeCollectionWorkspace",
12+
"smokeTest": "npx playwright test DefaultConfig --grep \"@smoke\"",
1313
"smokeTestSqlite": "npx playwright test DefaultConfig --grep \"@smoke\" --grep-invert \"Users\""
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)