constants.ts 252 B

123456
  1. export const constants = {
  2. baseUrl: process.env.BASE_URL || 'http://localhost:3000',
  3. chromiumRevision: '650629',
  4. screenShotsTruthDir: './public/e2e-test/screenShots/theTruth',
  5. screenShotsOutputDir: './public/e2e-test/screenShots/theOutput',
  6. };