Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Sep 16, 2024
1 parent 6d8a839 commit f1339ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

cd react

for browser in "chrome '--window-size=1400,800'" "firefox -width 1400 -height 800" ; do
for browser in "chrome --no-first-run '--window-size=1400,800'" "firefox -width 1400 -height 800" ; do
for test_file in test/*_test.ts ; do
npx testcafe -e $browser $test_file
npx testcafe -e "$browser" $test_file
done
done

Expand Down

0 comments on commit f1339ef

Please sign in to comment.