mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:18:03 +00:00
e96afd09e4
* 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
6 lines
226 B
TypeScript
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' }]]
|
|
};
|