nocobase/.github/workflows/merge.config.ts
Zeke Zhang e96afd09e4
chore: test e2e CI (#4314)
* chore: test CI

* chore: run build CI

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: reduce timeout-minutes for e2e

* chore: use cancelled insted of always

* refactor: split files

* chore: split jobs

* refactor: split files

* refactor: split files

* chore: better comment

* chore: test

* chore: test

* chore: install glob

* chore: test

* chore: test all

* chore: fix failed tests

* chore: fix tests
2024-05-11 20:51:32 +08:00

6 lines
226 B
TypeScript

export default {
// Look for test files in the "tests" directory, relative to this configuration file.
testDir: 'packages',
reporter: [['markdown'], ['html', { outputFolder: `../../e2e-html-report`, open: 'never' }]]
};