{"id":24753861,"url":"https://github.com/codeceptjs/ui","last_synced_at":"2025-05-16T07:04:44.933Z","repository":{"id":38392489,"uuid":"216210452","full_name":"codeceptjs/ui","owner":"codeceptjs","description":"Web UI for CodeceptJS","archived":false,"fork":false,"pushed_at":"2025-05-15T00:04:46.000Z","size":9625,"stargazers_count":83,"open_issues_count":22,"forks_count":28,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-15T05:27:18.234Z","etag":null,"topics":["codeceptjs","testing","visual"],"latest_commit_sha":null,"homepage":"https://codecept.io","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":".github/CONTRIBUTING.md","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":"2019-10-19T13:26:07.000Z","updated_at":"2025-04-12T05:33:18.000Z","dependencies_parsed_at":"2023-09-29T08:50:28.841Z","dependency_job_id":"f84afc8d-e55c-4af6-baeb-aaa2709f0236","html_url":"https://github.com/codeceptjs/ui","commit_stats":{"total_commits":401,"total_committers":25,"mean_commits":16.04,"dds":0.5561097256857855,"last_synced_commit":"99018a82c0630acdad14e7b958a990a4a573f043"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeceptjs%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeceptjs","download_url":"https://codeload.github.com/codeceptjs/ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485055,"owners_count":22078767,"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":["codeceptjs","testing","visual"],"created_at":"2025-01-28T11:36:36.477Z","updated_at":"2025-05-16T07:04:44.881Z","avatar_url":"https://github.com/codeceptjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeceptUI\n\nAn interactive, graphical test runner for [CodeceptJS](https://codecept.io). \n\n\n![codeceptui](codecept-ui2.gif)\n\n* Runs as Electron app or as a web server\n* Headless \u0026 window mode supported\n* Test write mode\n* Interactive pause built-in\n* Snapshots \u0026 Time travel\n* Runs tests in CodeceptJS supported engines:\n  * Playwright\n  * Puppeteer\n  * webdriverio\n  * TestCafe\n\n## Quickstart\n\n**Requires [CodeceptJS 3](https://codecept.io) to be installed**\n\nInstall CodeceptUI in a project where CodeceptJS is already used\n\n```\nnpm i @codeceptjs/ui --save\n```\n\n### Application Mode\n\nRun CodeceptUI in application mode (recommended for development, local debug):\n\n```\nnpx codecept-ui --app\n```\n\nUses `codecept.conf.js` config from the current directory. \n\nIf needed, provide a path to config file with `--config` option:\n\n```\nnpx codecept run --config tests/codecept.conf.js\n```\n\n### WebServer Mode\n\n![webserver mode](codeceptui.gif)\n\nRun CodeceptUI as a web server (recommended for headless mode, remote debug):\n\n```\nnpx codecept-ui\n```\n\nOpen `http://localhost:3333` to see all tests and run them.\n\n\nUses `codecept.conf.js` config from the current directory. \n\nIf needed, provide a path to config file with `--config` option:\n\n```\nnpx codecept run --config tests/codecept.conf.js\n```\n\n#### Ports\n\nCodeceptUI requires two ports HTTP and WebSocket. \n\n* HTTP Port = 3333\n* WebSocket Port = 2999\n\nDefault HTTP port is 3333. You can change the port by specifying it to **--port** option:\n\n```\nnpx codecept-ui --app --port=3000\n```\n\n\nDefault WebSocket port is 2999. You can change the port by specifying it to **--wsPort** option:\n```\nnpx codecept-ui --app --wsPort=4444\n```\n\n\n## Development\n\nSee [CONTRIBUTING.md](.github/CONTRIBUTING.md)\n\n\n## Start CodeceptUI with debug output\n\nCodeceptUI uses the [debug](https://github.com/debug-js/debug) package to output debug information. This is useful to troubleshoot problems or just to see what CodeceptUI is doing. To turn on debug information do\n\n```\n  # verbose: get all debug information\n  DEBUG=codeceptjs:* npx codecept-ui \n\n  # just get debug output of one module\n  DEBUG=codeceptjs:codeceptjs-factory npx codecept-ui\n```\n\n# Credits\n\n- Originally created by Stefan Huber @hubidu27\n- Maintained my @davertmik\n- Icons/Logos \u003ca href=\"https://iconscout.com/icon/code-280\" target=\"_blank\"\u003eCode Icon\u003c/a\u003e by \u003ca href=\"https://iconscout.com/contributors/elegant-themes\"\u003eElegant Themes\u003c/a\u003e on \u003ca href=\"https://iconscout.com\"\u003eIconscout\u003c/a\u003e\n\n# Contributors\n\nThanks all for the contributions!\n\n[//]: contributor-faces\n\n\u003ca href=\"https://github.com/hubidu\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/13134082?v=4\" title=\"hubidu\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/DavertMik\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/220264?v=4\" title=\"DavertMik\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Arhell\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26163841?v=4\" title=\"Arhell\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/PeterNgTr\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/7845001?v=4\" title=\"PeterNgTr\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/avinash360\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/11994986?v=4\" title=\"avinash360\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/kaflan\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/3959504?v=4\" title=\"kaflan\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/lukasf98\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/22434650?v=4\" title=\"lukasf98\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/geilix10\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/16301998?v=4\" title=\"geilix10\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Teomik129\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/23395221?v=4\" title=\"Teomik129\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n\n[//]: contributor-faces\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeceptjs%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeceptjs%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeceptjs%2Fui/lists"}