We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test:phantom
1 parent 83089d0 commit dc980bfCopy full SHA for dc980bf
Rakefile
@@ -306,7 +306,8 @@ namespace :test do
306
Runner::run(browsers, tests, grep)
307
end
308
309
- task :phantom => [:require] do
+ desc "Runs the tests in PhantomJS. (Does not start or stop the server; you should do that separately.)"
310
+ task :phantom do
311
PrototypeHelper.require_phantomjs
312
tests, grep = ENV['TESTS'], ENV['GREP']
313
url = "http://127.0.0.1:4567/test/#{tests}"
0 commit comments