{"id":20532574,"url":"https://github.com/alapanme/cypress-automation","last_synced_at":"2025-04-14T06:31:47.729Z","repository":{"id":37871450,"uuid":"297134286","full_name":"alapanme/Cypress-Automation","owner":"alapanme","description":"Test Scripts demonstrating different features of the Cypress Automation Tool with Detailed Blog Articles. (check readme)","archived":false,"fork":false,"pushed_at":"2023-01-24T17:55:48.000Z","size":1751,"stargazers_count":98,"open_issues_count":3,"forks_count":76,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-27T20:12:40.991Z","etag":null,"topics":["cypress","cypress-example","cypress-io","cypress-testing-library","cypress-tests","javascript","nodejs","test-automation","testing","testing-framework","testing-tools"],"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/alapanme.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}},"created_at":"2020-09-20T18:04:45.000Z","updated_at":"2025-03-20T10:56:37.000Z","dependencies_parsed_at":"2023-02-14T00:01:33.897Z","dependency_job_id":null,"html_url":"https://github.com/alapanme/Cypress-Automation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alapanme%2FCypress-Automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alapanme%2FCypress-Automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alapanme%2FCypress-Automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alapanme%2FCypress-Automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alapanme","download_url":"https://codeload.github.com/alapanme/Cypress-Automation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248833522,"owners_count":21168879,"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","cypress-example","cypress-io","cypress-testing-library","cypress-tests","javascript","nodejs","test-automation","testing","testing-framework","testing-tools"],"created_at":"2024-11-16T00:15:42.645Z","updated_at":"2025-04-14T06:31:47.675Z","avatar_url":"https://github.com/alapanme.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cypress-Automation\nCypress is a next generation front end testing tool built for the modern web. This is a sample project which you can use to start your E2E testing with Cypress.\n\n# How to Start\n1. Clone the project\n2. `npm i` - Install all the dependencies\n3. There are a lot dependencies that are not updated frequently in parallel with cypress. So while installing if you are seeing conflicts use`npm i --force`.\n4. Run `npm test` to execute the tests in Test Runner | Run `npx cypress run` to execute the tests in CLI\n5. To create HTML reports execute first `npm run test:cli` and then `npm run create:html:report`\n\n# Articles on Cypress\n- [How to Install Cypress](https://testersdock.com/how-to-install-cypress/)\n- [Understanding Cypress Folder Structure](https://testersdock.com/cypress-folder-structure/)\n- [How to execute Cypress Tests using Test Runner and CLI](https://testersdock.com/cypress-test-runner-cli/)\n- [Writing your First Test in Cypress](https://testersdock.com/first-cypress-test/)\n- [How to use Fixtures in Cypress Tests](https://testersdock.com/cypress-fixtures/)\n- [How to use readFile() and writeFile() in Cypress](https://testersdock.com/cypress-writefile-readfile/)\n- [How to interact with multiple elements using each()](https://testersdock.com/cypress-each/)\n- [Conditional Testing (If Else) in Cypress](https://testersdock.com/cypress-conditional-if-else-testing/)\n- [How to upload a file in Cypress](https://testersdock.com/cypress-file-upload/)\n- [How to download a file in Cypress](https://testersdock.com/cypress-file-download/)\n- [API Testing in Cypress](https://testersdock.com/cypress-api-testing/)\n- [How to chain Multiple APIs in Cypress](https://testersdock.com/cypress-chain-multiple-api/)\n- [Mock API Response in Cypress using cy.server() and cy.route()](https://testersdock.com/cypress-mock-api/)\n- [How to handle JS Alert, Confirm and Prompt in Cypress](https://testersdock.com/cypress-javascript-alert-confirm-prompt/)\n- [How to use Skip and Only in Cypress](https://testersdock.com/skip-only-cypress/)\n- [How to execute Cypress Tests in order(update for cypress 10)](https://testersdock.com/cypress-execute-tests-in-order/)\n- [How to handle Shadow DOM in Cypress](https://testersdock.com/cypress-shadow-dom/)\n- [How to retry tests X number of times in Cypress](https://testersdock.com/test-retries-in-cypress/)\n- [How to handle Iframes in Cypress](https://testersdock.com/iframes-cypress/)\n- [How to generate HTML reports in Cypress](https://testersdock.com/html-reports-cypress/)\n- [How to Add Tags like Smoke,E2E to Cypress Tests](https://testersdock.com/cypress-test-tags/)\n- [Cypress Page Object with Locator Functions and Custom Commands](https://testersdock.com/cypress-page-object-with-locator-function-and-custom-command/)\n- [Cypress Dashboard](https://testersdock.com/cypress-dashboard/)\n- [How to visually generate tests with no coding in Cypress Studio(Cypress 10 alternative)](https://testersdock.com/cypress-studio/)\n- [How to mock an API using cy.intercept()](https://testersdock.com/cypress-mock-api-intercept/)\n- [How to integrate cypress with cucumber(Cypress 10 Upgrade)](https://testersdock.com/cypress-cucumber-bdd/)\n- [How to hover over elements in Cypress](https://testersdock.com/cypress-hover/)\n- [How to perform Database Testing(SQL) in Cypress](https://testersdock.com/cypress-database-testing/)\n- [How to use parents(), parent() and children() commands in Cypress](https://testersdock.com/cypress-parents-parent-children/)\n- [How to perform Drag and Drop on HTML and Angular sites with Cypress](https://testersdock.com/cypress-drag-and-drop-html-angular/)\n- [How to handle new browser tab and window in Cypress](https://testersdock.com/cypress-new-window/)\n- [How to use filter(), find() and within() commands in Cypress](https://testersdock.com/cypress-filter-find-within/)\n- [Commonly used JQuery commands in Cypress](https://testersdock.com/cypress-jquery/)\n- [How to do recursion in Cypress](https://testersdock.com/cypress-recursion/)\n- [How to handle basic auth in Cypress](https://testersdock.com/cypress-basic-auth/)\n- [Cypress 10 Upgrade](https://testersdock.com/cypress-10-upgrade/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falapanme%2Fcypress-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falapanme%2Fcypress-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falapanme%2Fcypress-automation/lists"}