mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: add workdir to installation tests (#13624)
This is helpful to debug installation test
This commit is contained in:
parent
80bc532874
commit
20957f820d
@ -111,6 +111,7 @@ function initialize_test {
|
||||
|
||||
cecho "YELLOW" ">>>>>>>>>>>>"
|
||||
cecho "YELLOW" " Running test - '${TEST_FILE}'"
|
||||
cecho "YELLOW" " Workdir - ${PWD}/${TEST_NAME}"
|
||||
cecho "YELLOW" ">>>>>>>>>>>>"
|
||||
mkdir ${TEST_NAME} && cd ${TEST_NAME} && npm init -y 1>/dev/null 2>/dev/null
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user