Skip to content

Commit

Permalink
test(_tests,ngforms,ngrouter,ngtest): add firefox as a testing platform
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao committed Apr 28, 2023
1 parent 254bcb7 commit cf2a733
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions _tests/dart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ presets:
browser:
platforms:
- chrome
- firefox
paths:
- test/bootstrap
- test/common
Expand Down
1 change: 1 addition & 0 deletions ngforms/dart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include: ../tool/dart_test_repo.yaml
# This repository has only web tests.
platforms:
- chrome
- firefox
1 change: 1 addition & 0 deletions ngrouter/dart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include: ../tool/dart_test_repo.yaml
# This repository has only web tests.
platforms:
- chrome
- firefox
1 change: 1 addition & 0 deletions ngtest/dart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include: ../tool/dart_test_repo.yaml
# This repository has only web tests.
platforms:
- chrome
- firefox
3 changes: 0 additions & 3 deletions tool/dart_test_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ presets:
ci:
# Don't run any tests that are tagged ["fails-on-ci"].
exclude_tags: "fails-on-ci"

# https://github.com/dart-lang/test/blob/master/doc/configuration.md#reporter
reporter: expanded

0 comments on commit cf2a733

Please sign in to comment.