Skip to content

Commit c49f626

Browse files
chore: output e2e tests logs to logs.txt
1 parent fcdb42a commit c49f626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ run_e2e_tests () {
17141714

17151715
# Chrome
17161716
mkdir -p "$TESTS_RESULTS"
1717-
yarn test:client 2>&1 | tee "$TESTS_RESULTS/chrome_logs.txt"
1717+
yarn test:client 2>&1 | tee "$TESTS_RESULTS/logs.txt"
17181718

17191719
# Firefox
17201720
# PUPPETEER_PRODUCT=firefox yarn add puppeteer

0 commit comments

Comments
 (0)