Skip to content

Commit

Permalink
only test
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Sep 16, 2024
1 parent a95604e commit e42d8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/test/article_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {

urbanstatsFixture('longer article test', '/article.html?longname=California%2C+USA')

test('california-article-test', async (t) => {
test.only('california-article-test', async (t) => {

Check failure on line 11 in react/test/article_test.ts

View workflow job for this annotation

GitHub Actions / lint

test.only not permitted
// screenshot path: images/first_test.png
await screencap(t, 'article/california')
})
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd react

for browser in "chrome --no-first-run '--window-size=1400,800' --hide-scrollbars"; do
for browser in "chrome --no-first-run '--window-size=1400,800' --hide-scrollbars --disable-gpu"; do
for test_file in test/*_test.ts ; do
npx testcafe -e "$browser" $test_file
done
Expand Down

0 comments on commit e42d8b3

Please sign in to comment.