{"id":24753856,"url":"https://github.com/codeceptjs/create-codeceptjs","last_synced_at":"2025-10-07T02:15:33.249Z","repository":{"id":46090000,"uuid":"275667264","full_name":"codeceptjs/create-codeceptjs","owner":"codeceptjs","description":"One-line installer for CodeceptJS","archived":false,"fork":false,"pushed_at":"2025-01-20T00:23:01.000Z","size":35,"stargazers_count":14,"open_issues_count":3,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-23T00:28:55.609Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeceptjs.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,"zenodo":null}},"created_at":"2020-06-28T20:59:49.000Z","updated_at":"2025-09-02T00:17:59.000Z","dependencies_parsed_at":"2024-11-06T13:25:18.538Z","dependency_job_id":"0e4b07c4-cf4e-46b7-b58c-9cdd61d1ec9c","html_url":"https://github.com/codeceptjs/create-codeceptjs","commit_stats":{"total_commits":37,"total_committers":9,"mean_commits":4.111111111111111,"dds":0.7567567567567568,"last_synced_commit":"199c99faf17f0ba78c870c076ca8f3f4b150e63f"},"previous_names":["codecept-js/create-codeceptjs"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/codeceptjs/create-codeceptjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fcreate-codeceptjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fcreate-codeceptjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fcreate-codeceptjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fcreate-codeceptjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeceptjs","download_url":"https://codeload.github.com/codeceptjs/create-codeceptjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fcreate-codeceptjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708004,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-28T11:36:35.344Z","updated_at":"2025-10-07T02:15:33.211Z","avatar_url":"https://github.com/codeceptjs.png","language":"JavaScript","readme":"# Create CodeceptJS 🚀\n\nOne command to create a fresh CodeceptJS project or add CodeceptJS to an existing project.\n\n```\n ____  ____  _____ ____  _____  _____   ____  ____  ____  _____ ____  _____ ____  _____   _  ____ \n/   _\\/  __\\/  __//  _ \\/__ __\\/  __/  /   _\\/  _ \\/  _ \\/  __//   _\\/  __//  __\\/__ __\\ / |/ ___\\\n|  /  |  \\/||  \\  | / \\ | / \\  |  \\    |  /  | / \\|| | \\||  \\  |  /  |  \\  |  \\/|  / \\   | ||    \\\n|  \\__|    /|  /_ | |-| | | |  |  /_   |  \\__| \\_/|| |_/||  /_ |  \\_ |  /_ |  __/  | |/\\_| |\\___ |\n\\____/\\_/\\_\\\\____\\\\_/ \\ | \\_/  \\____\\  \\____/\\____/\\____/\\____\\\\____/\\____\\\\_/     \\_/\\____/\\____/\n                                                                                                  \n```\n\nIt is not required to use `create-codeceptjs` on any project, you can install them on your own, but it is very easy to start from scratch.\n\n![](https://user-images.githubusercontent.com/220264/93864416-88182380-fccd-11ea-97fe-3d948e6697c6.gif)\n\nThis script will also add several commands to the `scripts` section of your `package.json`, so you can just execute tests without the need to learn custom CodeceptJS commands.\n\n## Usage\n\nTo install CodeceptJS + Playwright into your current project run\n\n```\nnpx create-codeceptjs .\n```\n\nTo install CodeceptJS + Playwright into the \"tests\" directory run\n\n```\nnpx create-codeceptjs tests\n```\n\nTo install CodeceptJS + WebdriverIO run\n\n```\nnpx create-codeceptjs --webdriverio\n```\n\nTo install CodeceptJS + WebdriverIO into \"tests\" directory\n\n```\nnpx create-codeceptjs tests --webdriverio\n```\n\nSupported options:\n\n* `--puppeteer` - installs Puppeteer as default helper\n* `--webdriverio` - installs WebdriverIO as default helper\n* `--testcafe` - installs TestCafe as default helper\n* `--use-yarn` - yes, we support yarn too!\n* `--force`, - accept an incorrect (and potentially broken) dependency resolution when installing with NPM\n\n## NPM Scripts\n\nThis command appends following scripts to package.json file:\n\n * `codeceptjs` - runs tests\n * `codeceptjs:headless` - runs tests in headless mode \n * `codeceptjs:ui` - runs tests via CodeceptUI\n \n * `codeceptjs:demo` - runs tests from demo application\n * `codeceptjs:demo:headless` - runs tests in headless mode from demo \n * `codeceptjs:demo:ui` - opens CodeceptUI for demo application\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeceptjs%2Fcreate-codeceptjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeceptjs%2Fcreate-codeceptjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeceptjs%2Fcreate-codeceptjs/lists"}