{"id":23439502,"url":"https://github.com/reinskywalker/superjest-boilerplate","last_synced_at":"2025-04-09T19:55:50.701Z","repository":{"id":207242673,"uuid":"718771492","full_name":"reinskywalker/superjest-boilerplate","owner":"reinskywalker","description":"This repository is designed to facilitate comprehensive training for employees who want to enhance their skills in automated testing using WebDriverIO.","archived":false,"fork":false,"pushed_at":"2025-02-04T05:23:51.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T19:55:47.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/reinskywalker.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-11-14T19:10:38.000Z","updated_at":"2024-11-24T13:24:49.000Z","dependencies_parsed_at":"2023-11-14T20:29:37.158Z","dependency_job_id":"ff43fe73-fd80-4599-aebd-0f2b535fca01","html_url":"https://github.com/reinskywalker/superjest-boilerplate","commit_stats":null,"previous_names":["reinskywalker/wdio-live-training","reinskywalker/superjest-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fsuperjest-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fsuperjest-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fsuperjest-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fsuperjest-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reinskywalker","download_url":"https://codeload.github.com/reinskywalker/superjest-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103911,"owners_count":21048245,"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-12-23T15:23:52.554Z","updated_at":"2025-04-09T19:55:50.675Z","avatar_url":"https://github.com/reinskywalker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebDriverIO Setup Guide\n\n## 1. Prerequisites\n\nBefore you begin, ensure you have the following prerequisites installed on your machine:\n\n- Node.js: [Download and Install Node.js](https://nodejs.org/)\n- npm (Node Package Manager): Included with Node.js installation\n\n## 2. Initialize Your Project\n\nOpen a terminal and navigate to your project directory. Run the following commands to initialize a new Node.js project:\n\n```bash\nnpm init -y\n\n## 3. Install WebDriverIO\n\nInstall WebDriverIO and its dependencies using npm:\n\n```bash\nnpm install webdriverio @wdio/cli --save-dev\n```\n\n## 3. Create a directory structure for your test files. For example:\n```\nproject-root\n|-- test\n|   |-- specs\n|       |-- yourTestFile.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinskywalker%2Fsuperjest-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freinskywalker%2Fsuperjest-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinskywalker%2Fsuperjest-boilerplate/lists"}