| 1234567891011 |
- module.exports = {
- testDir: './e2e',
- timeout: 30000,
- retries: 0,
- use: {
- // uni-app H5 dev server runs on 8080 by default
- // Must run `npm run dev:h5` in cfc-frontend before running E2E tests
- baseURL: 'http://localhost:8080',
- headless: true
- }
- }
|