Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Turn on interactive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Dec 18, 2016
1 parent 35c4469 commit bd394d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ var passingTests = [
'node built/cli.js spec/hybridConf.js',
'node scripts/driverProviderAttachSession.js',
'node scripts/exitCodes.js',
// TODO(cnishina): Enable interactive tests when debugger works.
// 'node scripts/interactive_tests/interactive_test.js',
// 'node scripts/interactive_tests/with_base_url.js',
// Interactive Element Explorer tasks
'node scripts/interactive_tests/interactive_test.js',
'node scripts/interactive_tests/with_base_url.js',
// Unit tests
'node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=scripts/unit_test.json',
// Dependency tests
Expand Down

0 comments on commit bd394d6

Please sign in to comment.