Files
nebula.js/playwright.config.cjs
Tobias Åström 283a583206 chore: move bc comp test to pw (#1768)
* chore: move comp test to pw

* chore: remove host
2025-06-18 15:10:52 +02:00

10 lines
144 B
JavaScript

module.exports = {
timeout: 30000,
retries: process.env.CI ? 0 : 0,
workers: 1,
use: {
headless: true,
},
testDir: './test',
};