{"id":18475999,"url":"https://github.com/azzra/docker-webdriverio","last_synced_at":"2026-04-05T23:33:40.640Z","repository":{"id":144066366,"uuid":"84238309","full_name":"azzra/docker-webdriverio","owner":"azzra","description":"WebdriverIO in Docker with Mocha \u0026 Jasmine","archived":false,"fork":false,"pushed_at":"2017-03-10T09:41:11.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T19:48:16.081Z","etag":null,"topics":["docker","dockerfile","jasmine","javascript-tests","mocha","selenium","webdriver","webdriverio"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azzra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-07T19:34:50.000Z","updated_at":"2017-03-09T10:05:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a211607-0b23-4c82-a4b2-a4691ca26d4f","html_url":"https://github.com/azzra/docker-webdriverio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzra%2Fdocker-webdriverio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzra%2Fdocker-webdriverio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzra%2Fdocker-webdriverio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azzra%2Fdocker-webdriverio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azzra","download_url":"https://codeload.github.com/azzra/docker-webdriverio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969296,"owners_count":21992265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dockerfile","jasmine","javascript-tests","mocha","selenium","webdriver","webdriverio"],"created_at":"2024-11-06T10:35:56.181Z","updated_at":"2025-12-30T23:05:01.972Z","avatar_url":"https://github.com/azzra.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOCKER WEBDRIVERIO\n\n[![Build Status](https://travis-ci.org/azzra/docker-webdriverio.svg?branch=master)](https://travis-ci.org/azzra/docker-webdriverio)\n\nExecute [WebdriverIO](http://webdriver.io/) in a Docker container.\n\n\n## Usage\n\nIt needs a [Selenium](http://www.seleniumhq.org/) instance running, you could have a look here: [elgalu/docker-selenium](https://github.com/elgalu/docker-selenium/).\n\n\n### Run\n\n```sh\ndocker run --rm -it -v $(pwd):/tests --net=host azzra/wdio\n```\n\n\u003e Usage of `--net=host` is only required if Selenium is on your localhost. Without, the container will resolve localhost as itself. \n\n\n#### Configure Selenium host\n\nYou can configure the Selenium host with environment variables `SELENIUM_HOST` \u0026 `SELENIUM_PORT` :\n```sh\ndocker run --rm -it -v $(pwd):/tests --net=host -e SELENIUM_PORT=5555 azzra/wdio\n```\n\n\n#### I need a shell !\n\nYou need to overwrite the Dockerfile entrypoint :\n```sh\ndocker run -i -v $(pwd):/tests --entrypoint sh -t azzra/wdio\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazzra%2Fdocker-webdriverio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazzra%2Fdocker-webdriverio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazzra%2Fdocker-webdriverio/lists"}