Mike McCready
Mike McCready
@mellis481 This issue seems to have gone stale and I'm unsure what the next steps might be. A new version of the action has been published which automatically pulls in...
@mellis481 Many thanks for your update to say that you are still experiencing this issue. It looks like it is not directly an issue with `cypress-io/github-action` but more with the...
@mellis481 Congratulations on solving the issue! Thanks also for sharing what you did.
@mellis481 > Nevermind the issue is back again. That is rather disappointing 🙁 ! My previous comments still hold though, that this is unlikely to be an issue with `github-action`...
@rajeshshou The action uses "`core.summary` Accessible using environment file `GITHUB_STEP_SUMMARY`". See [Workflow commands for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary) and [Adding a job summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary) which gives more detail on what is being used....
@rajeshshou If you have a tested solution for your request you could submit this as a Pull Request, or are you requesting that somebody else implement your idea?
@mihaisee I took a look at your PoC, however I can't really judge just looking at the code. This new functionality should be tested and demonstrated in a workflow. Probably...
@CharlieGreenman Will you describe what problems you ran into, trying to record into the Cypress Cloud from an [nx](https://nx.dev/) environment? Perhaps you could also give some information about your configuration?...
@CharlieGreenman Which type of Nx monorepo are you using? Integrated or Package-Based (see https://nx.dev/concepts/integrated-vs-package-based).
@CharlieGreenman I was able to get this to work. With Nx project set up done as follows: ```bash npx create-nx-workspace@latest integrated angular nx-cypress-test store css no ``` and published to...