[ACS-4922] Try using node modules http server lib

This commit is contained in:
KikoUK
2023-03-23 13:56:05 +00:00
parent 133e3107b2
commit def0c2e275
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ runs:
shell: bash
run: |
./node_modules/.bin/tsc -p "./e2e/$E2E_TSCONFIG" || exit 1;
npx http-server -c-1 $CONTENT_CE_DIST_PATH -p 4200 > /dev/null &\
./node_modules/.bin/http-server -c-1 $CONTENT_CE_DIST_PATH -p 4200 > /dev/null &\
if [ ${{ inputs.test-runner }} == "playwright" ]; then
echo "Running playwright tests with options ${{ inputs.options }}"

View File

@@ -73,7 +73,7 @@
"@angular/compiler-cli": "14.1.2",
"@angular/language-service": "14.1.2",
"@cspell/eslint-plugin": "^6.30.0",
"@playwright/test": "^1.30.0",
"@playwright/test": "^1.31.2",
"@types/event-emitter": "^0.3.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",