data browser tests

This commit is contained in:
SPRINX0\prochazka
2025-01-09 13:51:25 +01:00
parent 436fb24e9f
commit b5d0ba1220
5 changed files with 68 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ module.exports = defineConfig({
case 'oauth':
serverProcess = exec('yarn start:oauth');
break;
case 'browse-data':
serverProcess = exec('yarn start:browse-data');
break;
}
await waitOn({ resources: ['http://localhost:3000'] });