Skip to content

Commit

Permalink
Enable asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii committed Jun 26, 2024
1 parent 6aa95fe commit f5d74bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-tests/scripts/buildkite_run_fe_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export default async function run_fe_tests(
}
// process.env.RECORD_REPLAY_DIRECTORY =

process.env.REPLAY_ENABLE_ASSERTS = process.env.RECORD_REPLAY_ENABLE_ASSERTS = "1";
process.env.HASURA_ADMIN_SECRET ||= getSecret("prod/hasura-admin-secret", "us-east-2");
process.env.DISPATCH_ADDRESS ||= "wss://dispatch.replay.io";
process.env.AUTHENTICATED_TESTS_WORKSPACE_API_KEY = process.env.RECORD_REPLAY_API_KEY;
Expand Down

0 comments on commit f5d74bf

Please sign in to comment.