{"id":28323331,"url":"https://github.com/adequatica/api-testing-comparison","last_synced_at":"2026-05-09T15:02:24.626Z","repository":{"id":177953185,"uuid":"661130362","full_name":"adequatica/api-testing-comparison","owner":"adequatica","description":"Testing API with Cypress, Playwright, and Jest + Axios","archived":false,"fork":false,"pushed_at":"2024-08-16T10:33:52.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T23:52:46.584Z","etag":null,"topics":["cypress","jest","playwright","testing"],"latest_commit_sha":null,"homepage":"https://adequatica.medium.com/api-testing-comparison-cypress-vs-playwright-vs-jest-2ff1f80c5a7b","language":"TypeScript","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/adequatica.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":"2023-07-01T22:13:32.000Z","updated_at":"2024-08-16T10:33:55.000Z","dependencies_parsed_at":"2024-08-17T03:45:54.282Z","dependency_job_id":null,"html_url":"https://github.com/adequatica/api-testing-comparison","commit_stats":null,"previous_names":["adequatica/api-testing-comparison"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adequatica/api-testing-comparison","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adequatica%2Fapi-testing-comparison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adequatica%2Fapi-testing-comparison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adequatica%2Fapi-testing-comparison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adequatica%2Fapi-testing-comparison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adequatica","download_url":"https://codeload.github.com/adequatica/api-testing-comparison/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adequatica%2Fapi-testing-comparison/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261582553,"owners_count":23180610,"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":["cypress","jest","playwright","testing"],"created_at":"2025-05-25T15:11:28.844Z","updated_at":"2026-05-09T15:02:24.504Z","avatar_url":"https://github.com/adequatica.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Testing Comparison: Cypress vs. Playwright vs. Jest\n\nThere is an implementation of a bunch of the same tests for each framework: [Cypress](https://www.cypress.io/), [Playwright](https://playwright.dev/), and [Jest](https://jestjs.io/) as a test runner + [Axios](https://axios-http.com/) as HTTP library.\n\nExample API for testing: [OpenWeatherMap API](https://openweathermap.org/api), which requires a key for authorization (`API_KEY` env variable).\n\n## How to Use\n\n1. Clone repository\n2. Install dependencies: `npm install`\n3. Install Cypress as [per the documentation](https://docs.cypress.io/guides/getting-started/installing-cypress#Installing)\n4. Run all tests: `API_KEY={string} npm run test`\n\n---\n\nRead more in the article «[API Testing Comparison: Cypress vs. Playwright vs. Jest](https://adequatica.github.io/2023/07/02/api-testing-comparison-cypress-playwright-jest.html)».\n\nMethods of gathering results for the article:\n\n- `time API_KEY={string} npm run cypress:run`\n- `time API_KEY={string} npm run test:playwright`\n- `time API_KEY={string} npm run test:jest`\n\nResulting average results:\n\n- Cypress:run command time: 12,96 sec\n- Playwright command time: 3,21 sec\n- Jest command time: 3,84 sec\n\nThis means that Сypress is 4 times slower than Playwright.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadequatica%2Fapi-testing-comparison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadequatica%2Fapi-testing-comparison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadequatica%2Fapi-testing-comparison/lists"}