Skip to content

Commit

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

cd react

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

# npx testcafe -e "chrome '--window-size=1400,800'" test/article_test.js
# npx testcafe -e "firefox -width 1400 -height 800" test/article_test.js

cd ..

python tests/check_images.py

0 comments on commit 6d8a839

Please sign in to comment.