mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
smoke test
This commit is contained in:
5
lib/tasks/smoke_test.rake
Normal file
5
lib/tasks/smoke_test.rake
Normal file
@ -0,0 +1,5 @@
|
||||
desc "run phantomjs based smoke tests on current build"
|
||||
task "smoke:test" => :environment do
|
||||
results = `phantomjs #{Rails.root}/spec/phantom_js/smoke_test.js #{Discourse.base_url}`
|
||||
puts results
|
||||
end
|
Reference in New Issue
Block a user