se-runner-browserstack-example
Version:
Ready to run example using se-runner with grunt-se-runner and se-runner-framework-jasmine towards BrowserStack
9 lines (7 loc) • 336 B
JavaScript
module.exports = function (context) {
describe('Autoplay on a limited mobile', function () {
beforeAll(require('../../spec-components/setup/async-wait-for-document-ready')(context));
require('../common/it-should-have-started-loading')(context);
afterAll(require('../../spec-components/teardown/context-done')(context));
});
};