mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
api.mocha.coffee into archive directory. we could depend on git history, but I want to keep them publicly visible to developers for now since they may contain valuable test worth porting to our new setup.
12 lines
No EOL
223 B
CoffeeScript
12 lines
No EOL
223 B
CoffeeScript
helpers = new require('./test/casper/helpers')()
|
|
casper = helpers.casper
|
|
utils = helpers.utils
|
|
url = helpers.playUrl
|
|
|
|
casper.start url
|
|
|
|
casper.repeat 100, ->
|
|
casper.reload()
|
|
|
|
casper.run ->
|
|
casper.test.renderResults true |