Skip to content

Commit

Permalink
fixing prod playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 8, 2024
1 parent c2900ad commit 71fecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/home.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test, expect } from '@playwright/test';
import Tracetest, { Types } from '@tracetest/playwright';

const { TRACETEST_API_TOKEN = '', TRACETEST_SERVER_URL = 'https://app-stage.tracetest.io' } = process.env;
const { TRACETEST_API_TOKEN = '', TRACETEST_SERVER_URL = 'https://app.tracetest.io' } = process.env;

let tracetest: Types.TracetestPlaywright | undefined = undefined;

Expand Down

0 comments on commit 71fecc6

Please sign in to comment.