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

34 lines (33 loc) 1.14 kB
{ "name": "wdio-cloud-container-service", "version": "0.0.6", "description": "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 of a WebDriver or Selenium Grid and then retrying the requests until the service returns ready and a 2xx or 3xx response code.", "main": "index.js", "scripts": { "test": "mocha test/*.spec.js" }, "keywords": [ "WebdriverIO", "Heroku", "Google Cloud Run", "Selenium", "WebDriver", "health check", "wdio-plugin", "wdio-service" ], "author": "James Mortensen", "license": "MIT", "homepage": "https://github.com/cloud-run-for-selenium/wdio-cloud-container-service/blob/master/README.md", "repository": { "type": "git", "url": "https://github.com/cloud-run-for-selenium/wdio-cloud-container-service.git" }, "dependencies": { "@wdio/logger": "^7.26.0" }, "devDependencies": { "chai": "^4.3.7", "mocha": "^10.1.0" } }