Mike McCready

Results 2194 comments of Mike McCready

@krista-prokop What CI system are you using? GitHub Actions or something else? This is more of a "how-to" question which typically gets discussed in Discord, but we can continue here...

@jennifer-shehane > - I wonder if this is similar to the situation we sometimes see in our internal tests when there is no e2e/ct configured and it hangs: #29486 It...

@cacieprins I retested on Cypress `13.11.0` and confirm that the issue still occurs. I've updated the original post accordingly.

@cacieprins Still hanging in latest version `13.15.0`.

@AtofStryker - I guess you could close this now, since you merged the main PR https://github.com/cypress-io/cypress-realworld-app/pull/1522

@Vozhak Your PR proposes to run Cypress using the Docker image `FROM node:alpine` - Alpine Linux is however not an operating system which is supported by Cypress. See [Cypress System...

I suggest to close this PR, since there has been no feedback on the comments.

@ukohae You should follow the README documentation [Run the app](https://github.com/cypress-io/cypress-realworld-app#run-the-app) and start the front-end and back-end with: ```shell yarn dev ```

```text $ yarn dev yarn run v1.22.19 $ yarn db:seed:dev $ yarn predev:cognito:ci $ yarn copy:mock:awsexports && yarn copy:mock:awsexportses5 $ ncp scripts/mock-aws-exports.js src/aws-exports.js $ ncp scripts/mock-aws-exports-es5.js aws-exports-es5.js $ ncp ./data/database-seed.json...

@ukohae You can check the examples in: - https://github.com/cypress-io/cypress-realworld-app/blob/develop/.circleci/config.yml - https://github.com/cypress-io/cypress-realworld-app/blob/develop/.github/workflows/main.yml for how to run in CI.