cypress-realworld-app
                                
                                
                                
                                    cypress-realworld-app copied to clipboard
                            
                            
                            
                        A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.
If a test fails, then the option [trashAssetsBeforeRuns](https://docs.cypress.io/guides/references/configuration#Screenshots) with default `true` fails to delete previous screenshots on Windows 11 if there have been previous runs which produced screenshots in nested...
I originally posted under this [issue](https://github.com/cypress-io/cypress/issues/25718) where someone had detailed the problem I was having in a different Cypress repository - I was advised to move the post to here...
CircleCI is failing in different places with errors related to `ECONNREFUSED 127.0.0.1:3001` and `db:seed` ```text CypressError: `cy.task('db:seed')` failed with the following error: > connect ECONNREFUSED 127.0.0.1:3001 ``` - https://app.circleci.com/pipelines/github/cypress-io/cypress-realworld-app/5341/workflows/3b07d76f-ebb9-438f-af25-e1f7ac3898f5/jobs/33501 and...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
I forked the repo and tried to deploy the app on AWS Amplify, but run into some issue with tried to connect to the repo. Does anyone experience the same...
…nd-middleware-express toward resolution of issue #1420 and #1508
without this change my JetBrains IDE has lots of errors in .tsx files.
Closes #1418 and partial of #1508 I depended heavily on the codemods, especially jss-to-styled, because I am not a CSS expert.
## Issue If the repo is manually linted with ESLint then multiple issues are reported. Violations of the following rules are reported: ### array-callback-return Rule: [array-callback-return](https://eslint.org/docs/latest/rules/array-callback-return) Violations in: - `cypress-realworld-app/backend/database.ts`...
Provides the ability to run the app as a Docker container.