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