Skip to content

Commit

Permalink
notify appium server test is done (#6349)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleewilcox authored May 9, 2023
1 parent fa6f915 commit 64a9d5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,11 @@ export const config = {
* @param {Array.<Object>} capabilities list of capabilities details
* @param {Array.<String>} specs List of spec file paths that ran
*/
// after: function (result, capabilities) {
// if (capabilities.bundleId) {
// driver.terminateApp(capabilities.bundleId)
// }
// },
after: function (result, capabilities) {
if (capabilities.bundleId) {
driver.terminateApp(capabilities.bundleId);
}
},
/**
* Gets executed right after terminating the webdriver session.
* @param {Object} config wdio configuration object
Expand Down

0 comments on commit 64a9d5c

Please sign in to comment.