{"id":20680757,"url":"https://github.com/nilshartmann/e2e-testing-playground","last_synced_at":"2026-05-16T22:31:36.391Z","repository":{"id":139781450,"uuid":"111335009","full_name":"nilshartmann/e2e-testing-playground","owner":"nilshartmann","description":"Playground for end-to-end testing frameworks and tools","archived":false,"fork":false,"pushed_at":"2017-11-19T21:52:15.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T17:24:37.683Z","etag":null,"topics":["browser-testing","end-to-end-testing","javascript","react","testcafe","testing"],"latest_commit_sha":null,"homepage":null,"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/nilshartmann.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,"zenodo":null}},"created_at":"2017-11-19T21:52:02.000Z","updated_at":"2017-11-19T21:52:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"65e2d78e-18eb-4c58-9a76-79c5f6776fb8","html_url":"https://github.com/nilshartmann/e2e-testing-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nilshartmann/e2e-testing-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilshartmann%2Fe2e-testing-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilshartmann%2Fe2e-testing-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilshartmann%2Fe2e-testing-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilshartmann%2Fe2e-testing-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nilshartmann","download_url":"https://codeload.github.com/nilshartmann/e2e-testing-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilshartmann%2Fe2e-testing-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["browser-testing","end-to-end-testing","javascript","react","testcafe","testing"],"created_at":"2024-11-16T21:35:13.550Z","updated_at":"2026-05-16T22:31:36.386Z","avatar_url":"https://github.com/nilshartmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# end-to-end Testing Playground\n\nPlayground to try several end-to-end testing approaches and frameworks (for React applications)\n\n## TestCafe (https://devexpress.github.io/testcafe/)\n\n1. Make sure both, API and Frontend are up and running:\n\n```\n# run the API server\nyarn server\n\n# run the webpack dev server\nyarn start\n```\n\n2. Run test testsuite (using firefox):\n\n```\nyarn testcafe\n```\n\n(you can switch the browser in the `package.json` file, for example to `chrome`, `firefox:headless`, `chrome:headless` or `puppeteer`)\n\nTest cases are located inside the `testcafe` folder. Some are modelled with PageObjects as described in the TestCafe\ndocumentation.\n\nSome test cases also use the `testcafe-react-selectors` that allow **finding React components** inside the browser (see for  example\n`GreetingDisplay.test.js`)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilshartmann%2Fe2e-testing-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilshartmann%2Fe2e-testing-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilshartmann%2Fe2e-testing-playground/lists"}