{"id":20617980,"url":"https://github.com/applitools/visual-testing-at-speed","last_synced_at":"2025-08-10T20:07:55.614Z","repository":{"id":66340087,"uuid":"154659578","full_name":"applitools/visual-testing-at-speed","owner":"applitools","description":"Companion Code for \"Visual Regression Testing at the Speed of Unit Testing\"","archived":false,"fork":false,"pushed_at":"2019-09-09T14:05:38.000Z","size":837,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T11:46:54.266Z","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/applitools.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":"2018-10-25T11:28:50.000Z","updated_at":"2022-03-25T23:42:31.000Z","dependencies_parsed_at":"2023-02-23T04:01:00.117Z","dependency_job_id":null,"html_url":"https://github.com/applitools/visual-testing-at-speed","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/applitools/visual-testing-at-speed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fvisual-testing-at-speed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fvisual-testing-at-speed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fvisual-testing-at-speed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fvisual-testing-at-speed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applitools","download_url":"https://codeload.github.com/applitools/visual-testing-at-speed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fvisual-testing-at-speed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269780617,"owners_count":24474686,"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-08-10T02:00:08.965Z","response_time":71,"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":"2024-11-16T12:06:42.749Z","updated_at":"2025-08-10T20:07:55.604Z","avatar_url":"https://github.com/applitools.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React TodoMVC, including eyes.cypress and eyes.storybook tests\n\n(forked from [Storybook React Samples](https://github.com/kadira-samples/react-storybook-demo), which was\nforked from the [Redux examples directory](https://github.com/reactjs/redux/tree/master/examples/todomvc))\n\nThis repo includes an app with support for [React Storybook](https://github.com/kadirahq/react-storybook).\n\nIt also includes support for visually testing the TodoMVC app using\nApplitools' [Storybook SDK](https://npmjs.com/package/@applitools/eyes.storybook) and [Cypress SDK](https://npmjs.com/package/@applitools/eyes.cypress).\n\n## Installation\n\nRun\n\n```sh\nnpm ci # (or use \"npm install\" for older versions of node)\n```\n\n## Running the TodoMVC app\n\nRun\n\n```sh\nnpm start\n```\n\nThen open `http://localhost:3000` on your browser.\n\n![TodoMVC Screenshot](.github/todomvc-screenshot.png)\n\n## Showing the storybook\n\n```sh\nnpm run storybook\n```\n\nThen open `http://localhost:9001` on your browser.\n\n![Storybook](.github/storybook-screenshot.png)\n\n## Visual Testing using Cypress\n\nSet the environment variable APPLITOOLS_API_KEY to your Applitools api key.\n\n```sh\nexport APPLITOOLS_API_KEY=\u003cyour-api-key\u003e # Mac/Linux\n# or...\nset APPLITOOLS_API_KEY=\u003cyour-api-key\u003e # Windows\n```\n\nNow run [Cypress](https://cypress.io).\n\n```sh\nnpm run eyes-cypress\n```\n\nThen click on the single test in the Cypress window to run it.\n\n![Eyes Cypress](.github/eyes-cypress-screenshot.png)\n\nOnce the tests passes,\ngoto [Applitools Eyes Test manager](https://eyes.applitools.com) to see the results.\n\n## Visual Testing using Storybook\n\nRun\n\n```sh\nnpm run eyes-storybook\n```\n\nThen wait for the test to pass, and goto [Applitools Eyes Test manager](https://eyes.applitools.com) to see the results.\n\n![Eyes Storybook](.github/eyes-storybook-screenshot.png)\n\n## Configuring more browsers to visually test\n\nEdit the file `applitools.config.js` and play around with the `browser` field\nto add or remove more browsers/browser widths. (Storybook \u0026 Cypress only)\n\n## Visual Testing using Selenium WebDriver\n\nRun\n\n```sh\nnpm run eyes-selenium\n```\n\nThen wait for the test to pass, and goto [Applitools Eyes Test manager](https://eyes.applitools.com) to see the results.\n\n![Eyes Selenium WebDriver](.github/eyes-selenium-screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fvisual-testing-at-speed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplitools%2Fvisual-testing-at-speed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fvisual-testing-at-speed/lists"}