Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 58063b6

Browse files
vicbmhevery
authored andcommitted
chore(run-test): Adding Firefox support in run-test.sh
To match more closely the tests run by TravisCI. This is important as some tests might fail on FF only. Closes #906
1 parent 80f3ad4 commit 58063b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ scripts/test-expression-extractor.sh
4242
node_modules/jasmine-node/bin/jasmine-node playback_middleware/spec/ &&
4343
node "node_modules/karma/bin/karma" start karma.conf \
4444
--reporters=junit,dots --port=8765 --runner-port=8766 \
45-
--browsers=Dartium,Chrome --single-run --no-colors
45+
--browsers=Dartium,Chrome,Firefox --single-run --no-colors
4646

0 commit comments

Comments
 (0)