{"id":20958770,"url":"https://github.com/reubenmiller/codeceptjs-starter","last_synced_at":"2025-03-13T06:28:38.911Z","repository":{"id":69665243,"uuid":"119199303","full_name":"reubenmiller/CodeceptJS-starter","owner":"reubenmiller","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-20T12:08:26.000Z","size":577,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T03:35:08.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/reubenmiller.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":"2018-01-27T20:18:53.000Z","updated_at":"2018-08-03T10:19:18.000Z","dependencies_parsed_at":"2023-07-10T13:43:43.917Z","dependency_job_id":null,"html_url":"https://github.com/reubenmiller/CodeceptJS-starter","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/reubenmiller%2FCodeceptJS-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubenmiller%2FCodeceptJS-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubenmiller%2FCodeceptJS-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubenmiller%2FCodeceptJS-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reubenmiller","download_url":"https://codeload.github.com/reubenmiller/CodeceptJS-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243355325,"owners_count":20277582,"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-19T01:49:29.769Z","updated_at":"2025-03-13T06:28:38.877Z","avatar_url":"https://github.com/reubenmiller.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codeceptjs-starter: Getting started\n\n## Dependencies\n\nMake sure the following package are already installed or your system.\n\n1. Java (1.8) (required by selenium)\n1. node js 8.9.x\n\n## Installing/Initialising the Project\n\n1. Run `npm install`, in the root project folder (after you have cloned the project)\n\n1. Install selenium standalone server by executing the following command. (Skip step if you are starting selenium manually)\n```sh\nnpm run install:selenium\n```\n3. Start the selenium standalone server\n```sh\nnpm run start:serverwin\n\n# Or on MacOS\nnpm run start:serverlinux\n```\n\n4. Execute the tests\n```sh\nnpm run test\n```\n\n\n##  Other commands\n### Internet Explorer Only Tests\nTests that should only be run against Internet Explorer should have the @ie tag in the scenario description.\n\nRun the Internet Explorer only tests using\n\n```sh\nnpm run test:multi_ie\n```\n\n### Chrome Only Tests\nTests that should only be run against Chrome should have the @chrome tag in the scenario description.\n\nRun the Chrome only tests using\n\n```sh\nnpm run test:multi_chrome\n```\n\n### Run both Chrome and Internet Explorer Tests\n\nThe following command will run both sets of tests at the same time (though the each tests will only be executed as above, however the tests will be run at the same time).\n\n```sh\nnpm run test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freubenmiller%2Fcodeceptjs-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freubenmiller%2Fcodeceptjs-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freubenmiller%2Fcodeceptjs-starter/lists"}