Skip to content

Instantly share code, notes, and snippets.

@TuHuynhVan
Created August 17, 2017 16:38
Show Gist options
  • Save TuHuynhVan/61fa788363bcddfdfc5f4082a9ce2267 to your computer and use it in GitHub Desktop.
Save TuHuynhVan/61fa788363bcddfdfc5f4082a9ce2267 to your computer and use it in GitHub Desktop.
let CheckingCommentFlow = require("../../test_flows/mobile/CheckingComment")
...
it("Test name", () => {
let deviceUdid = browser.desiredCapabilities.udid
, deviceName = browser.desiredCapabilities.deviceName
, testingScreenName = "CommentTab"
, checkingCommentFlow = new CheckingCommentFlow(dataObject);
return checkingCommentFlow.visualTest(deviceUdid, deviceName, testingScreenName);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment