{"id":18449946,"url":"https://github.com/alincode/ctjs-webdriverio-sandbox","last_synced_at":"2025-09-04T19:39:08.269Z","repository":{"id":81410911,"uuid":"61551324","full_name":"alincode/ctjs-webdriverio-sandbox","owner":"alincode","description":null,"archived":false,"fork":false,"pushed_at":"2016-06-20T14:34:49.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T22:59:59.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/alincode.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":"2016-06-20T13:51:33.000Z","updated_at":"2016-06-25T08:18:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bd72928-2cfb-4f3e-ba6f-1275123cd054","html_url":"https://github.com/alincode/ctjs-webdriverio-sandbox","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/alincode%2Fctjs-webdriverio-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alincode%2Fctjs-webdriverio-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alincode%2Fctjs-webdriverio-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alincode%2Fctjs-webdriverio-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alincode","download_url":"https://codeload.github.com/alincode/ctjs-webdriverio-sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167442,"owners_count":21223505,"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":[],"created_at":"2024-11-06T07:22:47.726Z","updated_at":"2025-04-15T23:00:01.875Z","avatar_url":"https://github.com/alincode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ctjs-webdriverio-sandbox\n\n## init project\n```\n// create project\nmkdir ctjs-webdriverio-sandbox\ncd ctjs-webdriverio-sandbox\n\nnpm init -y\nnpm i webdriverio -D\nnpm i wdio-selenium-standalone-service -D\n```\n\n## setting config\n```\n./node_modules/webdriverio/bin/wdio\n\nmkdir -p ./test/specs/\nmkdir -p ./errorShots/\n```\n\n**vi wdio.conf.js**\n```\ncapabilities: [{\n  browserName: 'chrome'\n}],\nservices: ['selenium-standalone'],\nmochaOpts: {\n  timeout: 60000\n},\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falincode%2Fctjs-webdriverio-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falincode%2Fctjs-webdriverio-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falincode%2Fctjs-webdriverio-sandbox/lists"}