We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1363d2 commit 921c67aCopy full SHA for 921c67a
.buildkite/pipeline.yml
@@ -78,7 +78,7 @@ steps:
78
- echo "--- Install dependencies"
79
- yarn install --immutable
80
- echo "+++ Run Browser integration tests :pray:"
81
- - yarn turbo run --filter=@internal/browser-integration-tests test
+ - yarn turbo run --filter=@internal/browser-integration-tests test:int
82
retry:
83
automatic:
84
- exit_status: '*'
packages/browser-integration-tests/package.json
@@ -6,7 +6,7 @@
6
"hoistingLimits": "workspaces"
7
},
8
"scripts": {
9
- "test": "playwright test",
+ "test:int": "playwright test",
10
"lint": "yarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'",
11
"concurrently": "yarn run -T concurrently",
12
"watch:test": "yarn test --watch",
0 commit comments