Skip to content

Commit

Permalink
new project
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Jul 1, 2024
1 parent 79f3f82 commit 7cfc5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/library/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { CurrentsConfig, currentsReporter } from "@currents/playwright";
const currentsConfig: CurrentsConfig = {
ciBuildId: process.env.CURRENTS_CI_BUILD_ID, // 📖 https://currents.dev/readme/guides/ci-build-id
recordKey: process.env.CURRENTS_RECORD_KEY, // 📖 https://currents.dev/readme/guides/record-key
projectId: "0aqaxy", // get one at https://app.currents.dev
projectId: "UF3Vci", // get one at https://app.currents.dev
};

type BrowserName = 'chromium' | 'firefox' | 'webkit';
Expand Down

0 comments on commit 7cfc5ff

Please sign in to comment.