{"id":15697507,"url":"https://github.com/kt3k/todomvc-test","last_synced_at":"2025-05-12T21:06:43.937Z","repository":{"id":57377576,"uuid":"103411807","full_name":"kt3k/todomvc-test","owner":"kt3k","description":":ballot_box_with_check: Test TodoMVC on the give url.","archived":false,"fork":false,"pushed_at":"2017-09-18T12:58:34.000Z","size":31,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T12:07:17.796Z","etag":null,"topics":["cli","testing","todomvc"],"latest_commit_sha":null,"homepage":"","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/kt3k.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}},"created_at":"2017-09-13T14:43:25.000Z","updated_at":"2018-03-07T14:23:37.000Z","dependencies_parsed_at":"2022-09-26T16:41:51.819Z","dependency_job_id":null,"html_url":"https://github.com/kt3k/todomvc-test","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Ftodomvc-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Ftodomvc-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Ftodomvc-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Ftodomvc-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kt3k","download_url":"https://codeload.github.com/kt3k/todomvc-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823421,"owners_count":21969846,"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":["cli","testing","todomvc"],"created_at":"2024-10-03T19:20:26.401Z","updated_at":"2025-05-12T21:06:43.854Z","avatar_url":"https://github.com/kt3k.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todomvc-test v1.0.2\n\n\u003e Test [TodoMVC][] app on the given url.\n\nSupports node.js \u003e= 6.\n\n# Usage\n\nInstall via npm:\n\n    $ npm install -g todomvc-test\n\nThis installs the command `todomvc-test`. You can invoke it like:\n\n    $ todomvc-test \u003curl\u003e\n\nIf your app is at `localhost:8000` then, invoke it like:\n\n    $ todomvc-test http://localhost:8000\n\nIf your todomvc app conforms to the spec, it outputs like the below:\n\n```console\n$ todomvc-test http://localhost:8000\nStarting the test of TodoMVC app on http://localhost:8000\n\nOptions:\n- speedMode: true\n- laxMode: false\n\n\n  TodoMVC\n    When page is initially opened\n      ✓ should focus on the todo input field\n    No Todos\n      ✓ should hide #main and #footer (134ms)\n    New Todo\n      ✓ should allow me to add todo items (455ms)\n      ✓ should clear text input field when an item is added (185ms)\n      ✓ should append new items to the bottom of the list (573ms)\n      ✓ should trim text input (195ms)\n      ✓ should show #main and #footer when items added (232ms)\n    Mark all as completed\n      ✓ should allow me to mark all items as completed (86ms)\n      ✓ should correctly update the complete all checked state (219ms)\n      ✓ should allow me to clear the completion state of all items (103ms)\n      ✓ complete all checkbox should update state when items are completed / cleared (212ms)\n    Item\n      ✓ should allow me to mark items as complete (452ms)\n      ✓ should allow me to un-mark items as complete (431ms)\n    Editing\n      ✓ should focus the input (40ms)\n      ✓ should hide other controls when editing (55ms)\n      ✓ should save edits on enter (302ms)\n      ✓ should save edits on blur (357ms)\n      ✓ should trim entered text (293ms)\n      ✓ should remove the item if an empty text string was entered (207ms)\n      ✓ should cancel edits on escape (234ms)\n    Counter\n      ✓ should display the current number of todo items (361ms)\n    Clear completed button\n      ✓ should display the correct text (107ms)\n      ✓ should remove completed items when clicked (225ms)\n      ✓ should be hidden when there are no items that are completed (268ms)\n    Persistence\n      ✓ should persist its data (634ms)\n    Routing\n      ✓ should allow me to display active items (194ms)\n      ✓ should respect the back button (449ms)\n      ✓ should allow me to display completed items (265ms)\n      ✓ should allow me to display all items (364ms)\n      ✓ should highlight the currently applied filter (166ms)\n\n\n  30 passing (32s)\n```\n\n# Background\n\nThis tool's test cases are basically extracted from the official [TodoMVC][]'s repository and should be compatible with them.\n\n# Options\n\nSee `todomvc-test --help` for more options.\n\n# License\n\nMIT\n\n[TodoMVC]: http://todomvc.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Ftodomvc-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkt3k%2Ftodomvc-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Ftodomvc-test/lists"}