UNPKG

se-runner-selenium-standalone-example

Version:

Ready to run example using se-runner with grunt-se-runner and se-runner-framework-jasmine towards a selenium-standalone server

9 lines (7 loc) 299 B
module.exports = function (context, next) { describe('When pausing', function () { beforeAll(require('../../spec-components/setup/async-call-pause')(context)); it('Should have paused', require('../../spec-components/facts/async-should-have-paused')(context)); next && next(context); }); };