cypress test WIP

This commit is contained in:
SPRINX0\prochazka
2024-12-09 13:44:08 +01:00
parent 51c4964003
commit 111a3a678f
4 changed files with 32 additions and 15 deletions

View File

@@ -78,8 +78,8 @@ function start() {
app.use(getExpressPath('/'), express.static('/home/dbgate-docker/public'));
} else if (platformInfo.isAwsUbuntuLayout) {
app.use(getExpressPath('/'), express.static('/home/ubuntu/build/public'));
} else if (processArgs.staticDir) {
app.use(getExpressPath('/'), express.static(processArgs.staticDir));
} else if (processArgs.runPackerBuild) {
app.use(getExpressPath('/'), express.static(path.resolve('packer/build/public')));
} else if (platformInfo.isNpmDist) {
app.use(
getExpressPath('/'),