{"id":18865874,"url":"https://github.com/proustibat/xke-introduction-testcafe","last_synced_at":"2026-04-26T22:31:09.714Z","repository":{"id":82538584,"uuid":"172326248","full_name":"proustibat/xke-introduction-testcafe","owner":"proustibat","description":"A step by step guide to understand E2E web testing with TestCafe","archived":false,"fork":false,"pushed_at":"2019-03-03T14:49:20.000Z","size":2045,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T13:16:43.214Z","etag":null,"topics":["ci","circle-ci","circleci","create-react-app","e2e","e2e-testing","e2e-tests","material-ui","reactjs","surge","surge-sh","test-automation","testcafe"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/proustibat.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":"2019-02-24T10:54:11.000Z","updated_at":"2023-03-08T05:12:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"93c508f5-df41-4b22-80b4-40c4a68bce21","html_url":"https://github.com/proustibat/xke-introduction-testcafe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/proustibat/xke-introduction-testcafe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proustibat%2Fxke-introduction-testcafe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proustibat%2Fxke-introduction-testcafe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proustibat%2Fxke-introduction-testcafe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proustibat%2Fxke-introduction-testcafe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proustibat","download_url":"https://codeload.github.com/proustibat/xke-introduction-testcafe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proustibat%2Fxke-introduction-testcafe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ci","circle-ci","circleci","create-react-app","e2e","e2e-testing","e2e-tests","material-ui","reactjs","surge","surge-sh","test-automation","testcafe"],"created_at":"2024-11-08T05:04:52.669Z","updated_at":"2026-04-26T22:31:09.698Z","avatar_url":"https://github.com/proustibat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xke-introduction-testcafe\n\n[![CircleCI](https://circleci.com/gh/proustibat/xke-introduction-testcafe/tree/master.svg?style=svg\u0026circle-token=49a7ca92ed8ebbd224600c4c57b5718c12057102)](https://circleci.com/gh/proustibat/xke-introduction-testcafe/tree/master)\n[![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)](https://github.com/DevExpress/testcafe)\n\nThis is the source code illustrating the \"Introduction to TestCafe\" presentation for the Xebians at the march's XKE day at [Xebia France](https://xebia.fr/). Slides are available [here](%5BXKE%5D%20-%20Introducing%20E2E%20testing%20with%20TestCafe.pdf). Each commit represents a step to learn how to use TestCafe.  \n\n## Install\n\n### `yarn install`\n\n## Develop\n\n### `yarn start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n## Unit tests\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\n\n## Build\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\n\n## E2E tests\n\nEnd-to-end use [TestCafe](https://devexpress.github.io/testcafe/documentation).\n\nYou can run it in different way, browsers, headless mode or not, etc (read the doc):\n\n```\ntestcafe chrome:headless e2e/*.js --app 'yarn serve:build'\ntestcafe remote e2e/*.js --app 'yarn serve:build' \ntestcafe remote e2e/*.js --app 'yarn serve:build' --qr-code\n...\n\n```\n\n## CircleCI\n\nOn each push, build and tests are running. See the dashboard [here](https://circleci.com/gh/proustibat/xke-introduction-testcafe).\n\n## Deploy\n\n### `yarn deploy`\n\nIt deploys the app with Surge on [xke-introduction-testcafe.surge.sh](https://xke-introduction-testcafe.surge.sh/). Note that you need to be logged. \nYou can deploy it on another domain by changing /public/CNAME content. \n\n## Prettier \n\nNote that prettier runs before each commit and fixes eventual warnings and errors.\n\n---\n\n## What else\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproustibat%2Fxke-introduction-testcafe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproustibat%2Fxke-introduction-testcafe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproustibat%2Fxke-introduction-testcafe/lists"}