debug
This commit is contained in:
parent
d0e8cd4c57
commit
9464bc44d7
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,7 @@ jobs:
|
|||
FILTER=""
|
||||
fi
|
||||
echo "Filter value: $FILTER"
|
||||
|
||||
echo "Line 142 targetUrl: ${{ parameters.targetUrl }}"
|
||||
|
||||
TARGET_URL=${{ parameters.targetUrl }}
|
||||
echo "BASE_URL value: $BASE_URL"
|
||||
|
||||
|
|
@ -165,6 +164,7 @@ jobs:
|
|||
--ipc=host \
|
||||
--env-file "${{ parameters.envFileName }}" \
|
||||
${{ parameters.dockerImageName }}:${{ parameters.imageTag }} \
|
||||
echo "npx --prefix $PLAYWRIGHT_PATH wait-on $TARGET_URL && npx --prefix $PLAYWRIGHT_PATH playwright test $PLAYWRIGHT_PATH --shard=$SHARD_NUMBER/$TOTAL_SHARDS --reporter=list,blob $FILTER" && \
|
||||
npx concurrently -k -n 'server,playwright' \
|
||||
"npm --prefix $SERVE_PATH run serve -- --port=$port" \
|
||||
"npx --prefix $PLAYWRIGHT_PATH wait-on $TARGET_URL && npx --prefix $PLAYWRIGHT_PATH playwright test $PLAYWRIGHT_PATH --shard=$SHARD_NUMBER/$TOTAL_SHARDS --reporter=list,blob $FILTER" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue