nocobase/.github/workflows/merge.config.ts

6 lines
226 B
TypeScript
Raw Normal View History

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' }]]
};