Skip to content

Commit

Permalink
chore: updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Oct 23, 2024
1 parent fb12afe commit e9435ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ const workers = process.env.WORKERS ? Number(process.env.WORKERS) : (process.env
const retries = process.env.CI ? 2 : 0;
const storageState = process.env.STORAGE_STATE || '.auth/state.json';

console.info('Running tests with the following configuration:');
console.info(`HEADLESS: ${headless}`);
console.info(`TIMEOUT: ${timeout}`);
console.info(`WORKERS: ${workers}`);
console.info(`RETRIES: ${retries}`);
console.info(`STORAGE_STATE: ${storageState}`);

/**
* See https://playwright.dev/docs/test-configuration.
*/
Expand Down

0 comments on commit e9435ad

Please sign in to comment.