{"id":24753866,"url":"https://github.com/codeceptjs/examples-ts","last_synced_at":"2025-03-23T05:12:46.118Z","repository":{"id":229822824,"uuid":"777738630","full_name":"codeceptjs/examples-ts","owner":"codeceptjs","description":"Todo examples in TS","archived":false,"fork":false,"pushed_at":"2024-04-10T09:05:19.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T22:24:40.516Z","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/codeceptjs.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":"2024-03-26T12:22:31.000Z","updated_at":"2024-03-26T12:59:58.000Z","dependencies_parsed_at":"2024-04-28T04:43:34.496Z","dependency_job_id":null,"html_url":"https://github.com/codeceptjs/examples-ts","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"34c1a6bc9844504f138a8709a52de20a5344680f"},"previous_names":["codeceptjs/examples-ts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fexamples-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fexamples-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fexamples-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fexamples-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeceptjs","download_url":"https://codeload.github.com/codeceptjs/examples-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056908,"owners_count":20553856,"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":"2025-01-28T11:36:37.099Z","updated_at":"2025-03-23T05:12:46.095Z","avatar_url":"https://github.com/codeceptjs.png","language":"TypeScript","readme":"This repo contains tests for TodoMVC application written with Typescript.\nTests can be executed via different helpers.\n\n![](todo.png)\n\n# Installation\n\nThis is a playground for your first steps in testing with Typescript, so instead of installing it from NPM it is recommended to clone it from repo instead and then install the dependencies:\n\n```\ngit clone git@github.com:codecept-js/examples-ts.git codeceptjs-examples-ts \u0026\u0026 cd codeceptjs-examples-ts \u0026\u0026 npm i\n```\n\nThis will also install CodeceptJS with Puppeteer, WebdriverIO \u0026 TestCafe packages. \n\n# Running Tests\n\nThe default helper is Playwright.\n\n## Playwright\n\nUse `codecept.conf.ts` to run tests with Playwright:\n\n```\nnpx codeceptjs run --steps\n```\n\n## Puppeteer\n\nUse `codecept.puppeteer.conf.ts` to run tests with Puppeteer:\n\n```\nnpx codeceptjs run --steps -c codecept.puppeteer.conf.ts \n```\n\n\n## WebdriverIO\n\nUse `codecept.webdriver.conf.ts` to run tests with WebdriverIO in Chrome:\n\n```\nnpx codeceptjs run -c codecept.webdriver.conf.ts --steps \n```\n\n## TestCafe\n\nUse `codecept.testcafe.conf.ts` to run tests with TestCafe in Chrome:\n\n```\nnpx codeceptjs run -c codecept.testcafe.conf.ts --steps \n```\n\n## Headless Mode\n\nRun tests in headless mode:\n\n```\nHEADLESS=true npx codeceptjs run --steps\n```\n\n## Parallel Execution\n\nRun tests in parallel with 3 workers:\n\n```\nnpx codeceptjs run-workers 3\n```\n\n## Credits\n\nInspired by the examples in JS.\nMaintained by CodeceptJS Team.\n\n## LICENSE\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeceptjs%2Fexamples-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeceptjs%2Fexamples-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeceptjs%2Fexamples-ts/lists"}