next e2e tests

This commit is contained in:
SPRINX0\prochazka
2025-01-29 10:59:20 +01:00
parent 9baecaba86
commit b8a51083f8
12 changed files with 169 additions and 11 deletions

View File

@@ -28,9 +28,9 @@ function getPassArgs() {
if (listenApiChild) {
res.push('listen-api-child');
}
// if (runE2eTests) {
// res.push('--run-e2e-tests');
// }
if (runE2eTests) {
res.push('--run-e2e-tests');
}
return res;
}