{"id":19166013,"url":"https://github.com/manojc/web-driver-io","last_synced_at":"2026-05-04T17:36:47.145Z","repository":{"id":82467948,"uuid":"149875923","full_name":"manojc/web-driver-io","owner":"manojc","description":"A small POC to get started with web-driver-io using selenium-standalone as a local selenium service.","archived":false,"fork":false,"pushed_at":"2018-09-24T11:51:37.000Z","size":1030,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T23:16:27.680Z","etag":null,"topics":["automation-test","node","nodejs","selenium","selenium-standalone","testing","webdriverio"],"latest_commit_sha":null,"homepage":"https://bit.ly/2MWZuPQ","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manojc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-09-22T12:44:59.000Z","updated_at":"2018-09-24T11:51:38.000Z","dependencies_parsed_at":"2023-06-15T19:45:45.414Z","dependency_job_id":null,"html_url":"https://github.com/manojc/web-driver-io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manojc/web-driver-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojc%2Fweb-driver-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojc%2Fweb-driver-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojc%2Fweb-driver-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojc%2Fweb-driver-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manojc","download_url":"https://codeload.github.com/manojc/web-driver-io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojc%2Fweb-driver-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32618234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation-test","node","nodejs","selenium","selenium-standalone","testing","webdriverio"],"created_at":"2024-11-09T09:30:37.997Z","updated_at":"2026-05-04T17:36:47.126Z","avatar_url":"https://github.com/manojc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-driver-io\n\n## What?\n\nA small POC to get started with `web-driver-io` using `selenium-standalone` as a local selenium service. Make sure you have JRE \u0026 JDK installed before proceeding.\n\nThe POC also uses `spec` \u0026 `allure` reporters apart from default `dot` reporter to generate reports.\n\n---\n\n## How?\n\nInstall node dependencies.\n\n```shell\nnpm install\n```\n\nInstall `selenium-standalone` service to be able to run selenium server on local machine. This is a one time step.\n\n```shell\nnpm run selenium-install\n```\n\nRun the selenium local server so that `web-driver-io` can run the tests.\n\n```shell\nnpm run selenium-start\n```\n\nFinally, run the tests.\n\n```shell\nnpm run test\n```\n\n---\n\n## Reports\n\nGenerate allure reports\n\n```shell\nnpm run allure-report\n```\n\nOpen allure reports in browser (http://localhost:7777)\n\n```shell\nnpm run allure-serve\n```\n---\n\n## Demo\n\nThe test report generated using `allure` is available [here](https://manojc.github.io/web-driver-io/)\n\n---\n\n## Config Used in web-driver-io\n\n```shell\nexports.config = {\n    specs: [\n        './test/**/*.js'\n    ],\n    exclude: [],\n    maxInstances: 10,\n    capabilities: [{\n        maxInstances: 5,\n        browserName: 'chrome'\n    }],\n    sync: true,\n    logLevel: 'command',\n    coloredLogs: true,\n    deprecationWarnings: true,\n    bail: 0,\n    screenshotPath: './errorShots/',\n    waitforTimeout: 10000,\n    connectionRetryTimeout: 90000,\n    connectionRetryCount: 3,\n    framework: 'mocha',\n    reporters: ['dot', 'spec', 'allure'],\n    reporterOptions: {\n        allure: {\n            outputDir: 'allure-results'\n        }\n    },\n    mochaOpts: {\n        ui: 'bdd'\n    },\n}\n```\n\n---\n\n## Author\n\nManoj Chalode (chalodem@gmail.com)\n\nCopyright - [github.com/manojc](https://github.com/manojc)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojc%2Fweb-driver-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojc%2Fweb-driver-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojc%2Fweb-driver-io/lists"}