{"id":23039523,"url":"https://github.com/lynix28/web-webdriverio-example","last_synced_at":"2025-06-22T19:34:13.720Z","repository":{"id":175530730,"uuid":"653775087","full_name":"lynix28/web-webdriverio-example","owner":"lynix28","description":"Web automation testing example project with WebdriverIO","archived":false,"fork":false,"pushed_at":"2023-08-21T10:16:04.000Z","size":146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:46:49.065Z","etag":null,"topics":["automated-testing","bdd-tests","mocha-framework","wdio","web-testing","webdriverio"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lynix28.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":"2023-06-14T17:55:53.000Z","updated_at":"2023-08-07T12:01:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"58e1d7be-f715-4d9d-853a-37f18983204d","html_url":"https://github.com/lynix28/web-webdriverio-example","commit_stats":null,"previous_names":["lynix28/web-webdriverio-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lynix28/web-webdriverio-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-webdriverio-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-webdriverio-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-webdriverio-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-webdriverio-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynix28","download_url":"https://codeload.github.com/lynix28/web-webdriverio-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-webdriverio-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261352282,"owners_count":23146024,"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":["automated-testing","bdd-tests","mocha-framework","wdio","web-testing","webdriverio"],"created_at":"2024-12-15T18:32:41.291Z","updated_at":"2025-06-22T19:34:08.688Z","avatar_url":"https://github.com/lynix28.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-webdriverio-example\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/lynix28/web-webdriverio-example/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/lynix28/web-webdriverio-example/tree/master)\n\n\u003ch3\u003e\u003cins\u003eDescription:\u003c/h3\u003e\n\nAn example project about Web automation testing using WebdriverIO. The test examples are created in Mocha Framework and Cucumber Framework.\n\n\u003ch3\u003e\u003cins\u003eInside the project:\u003c/h3\u003e\n\n- \u003cb\u003eWebdriverIO Packages\u003c/b\u003e\n    - Mocha and Cucumber as Test Framework\n    - Allure as Test Reporter\n    - `selenium-standalone-service` as service to run the test locally with your own browser\n    - `wdio-safaridriver-service` as service to run the test locally in Safari browser\n\n- \u003cb\u003eThe Webdrivers\u003c/b\u003e\n    - Chrome = chromedriver\n    - Firefox = geckodriver\n    - Ms Edge = edgedriver\n    - Safari = safaridriver \\\n        to enable the driver, run `safaridriver --enable` on terminal (need to use MacOS to enable the feature)\n\n\u003ch3\u003e\u003cins\u003eHow to setup:\u003c/h3\u003e\n\n- Clone the project \\\n  Run `npm install`\n\n- Make sure the browser also installed and match with the webdriver version\n\n\u003ch3\u003e\u003cins\u003eHow to run the test:\u003c/h3\u003e\n        \n\u003ch4\u003eMocha Framework:\u003c/h4\u003e\n\n- all the test\n    - `npm run test`\n- specific spec / test file\n    - `npm run test -- --spec ./to/file/location.js`\n- specific suite / test suite\n    - `npm run test -- --suite \"suiteName\"`\n- specific test case\n    - `npm run test -- --spec ./to/file/location.js --mochaOpts.grep \"testcase name or testing tag\"`\n    - `npm run test -- --suite \"suiteName\" --mochaOpts.grep \"testcase name or testing tag\"`\n- running test on Safari\n    - start the driver with command `safaridriver -p \u003cyour desire port\u003e` (make sure to use same port with the 'wdio configuration')\n    - run the test `npm run test-safari`\n\n\u003ch4\u003eCucumber Framework:\u003c/h4\u003e\n\n- all the test\n    - `npm run test-bdd` (Cucumber)\n- specific spec / test file\n    - `npm run test-bdd -- --spec ./to/file/location.feature` (Cucumber)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix28%2Fweb-webdriverio-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynix28%2Fweb-webdriverio-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix28%2Fweb-webdriverio-example/lists"}