UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

18 lines (14 loc) 291 B
/** * * Open Notifications * * @type appium * */ module.exports = function openNotifications() { var requestOptions = { path: '/session/:sessionId/appium/device/open_notifications', method: 'POST' }; return this.requestHandler.create(requestOptions); };