mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Enable Playwright tests in PRs (#17238)
This commit is contained in:
@@ -31,4 +31,8 @@ module.exports = defineConfig({
|
||||
return config;
|
||||
},
|
||||
},
|
||||
reporter: 'mocha-junit-reporter',
|
||||
reporterOptions: {
|
||||
mochaFile: 'test-results-[hash].xml',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user