wdio-docker-service
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -210,6 +210,6 @@ 'use strict'; | ||
return Docker.stopContainer(cid).then(() => Docker.removeContainer(cid)); | ||
}).finally(() => { | ||
}).catch(() => _bluebird2.default.resolve()).then(() => { | ||
this.debug && this.logger.info('Cleaning up CID files'); | ||
return _fsExtra2.default.remove(this.cidfile); | ||
}).catch(() => _bluebird2.default.resolve()); | ||
}); | ||
} | ||
@@ -216,0 +216,0 @@ |
{ | ||
"name": "wdio-docker-service", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "WebdriverIO service to start and stop docker container (for Selenium and more)", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198800