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 383e076 commit 48a2a8cCopy full SHA for 48a2a8c
1 file changed
apps/desktop/playwright.config.ts
@@ -21,7 +21,7 @@ const projects = [
21
22
const tag = ["@desktop"];
23
if (process.env.PW_TAG) {
24
- tag.push(process.env.PW_TAG);
+ tag.push(`@${process.env.PW_TAG}`);
25
}
26
27
export default defineConfig({
0 commit comments