UNPKG

wdio-cloud-container-service

Version:

This WebdriverIO service triggers a cloud run service, or other container-based cloud container service on any platform. Examples include Google Cloud Run and Heroku. The service performs the trigger, and a health check, by requesting the /status endpoint

6 lines (4 loc) 219 B
const CloudContainerLauncher = require('./src/launcher.js'); const CloudContainerService = require('./src/service.js'); module.exports.launcher = CloudContainerLauncher; module.exports.default = CloudContainerService;