Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mschile

mschile created a comment on an issue on cypress-io/cypress
@karinahapsari, we have not been able to reproduce the infinite loop in run mode. If you can provide a reproduction, we should be able to take a look to see if there is a workaround available.

View on GitHub

mschile opened an issue on cypress-io/cypress
spec is skipped if the `/runs/<runId>/instances` call fails
### Current behavior If the `/runs/<runId>/instances` call fails and then succeeds, the current spec is skipped and execution moves onto the next spec but the app run doesn't fail or show any outp...
mschile created a review comment on a pull request on cypress-io/cypress
Here are our migration docs for unmount: https://docs.cypress.io/app/references/migration-guide#React---unmount-Removed

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
We should probably just remove the `unmount` function entirely. I do wonder though if we should just expose `root`.

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
Hmm, since `unmount` has been removed, should we still be exporting [getContainerEl](https://github.com/cypress-io/cypress/blob/develop/npm/react18/src/index.ts#L83) here then?

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
Saw this in a couple places. Shouldn't the eslint react plugin be catching this?

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
Are we able to use [root.unmount](https://react.dev/reference/react-dom/client/createRoot#root-unmount) instead?

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
There's no dependency array here. Isn't this going to run on every re-render?

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress
This comment seems misplaced/not sure it's really needed.

View on GitHub

mschile created a review on a pull request on cypress-io/cypress

View on GitHub

mschile pushed 1 commit to puppeteer mschile/cypress-test-tiny

View on GitHub

mschile created a branch on mschile/cypress-test-tiny

yahoo_crash

mschile created a comment on an issue on cypress-io/cypress
Hi @HalilAkduman 👋, right now there doesn't seem to be enough information to reproduce the problem on our end. Forking [Cypress Test Tiny](https://github.com/cypress-io/cypress-test-tiny) makes sha...

View on GitHub

mschile pushed 1 commit to release/13.16.0 cypress-io/cypress-documentation
  • docs: add defaultBrowser config option (#5991) 8ba5240

View on GitHub

mschile closed a pull request on cypress-io/cypress-documentation
docs: add defaultBrowser config option
For https://github.com/cypress-io/cypress/pull/30517
mschile created a review on a pull request on cypress-io/cypress-documentation

View on GitHub

mschile pushed 1 commit to main alexsch01/cypress-documentation
  • Update docs/app/references/configuration.mdx ed1b991

View on GitHub

mschile created a review comment on a pull request on cypress-io/cypress-documentation
```suggestion | `defaultBrowser` | `null` | The default browser to launch if the "--browser" command line option is not provided. This option only affects the first browser launch; changin...

View on GitHub

mschile created a review on a pull request on cypress-io/cypress-documentation

View on GitHub

mschile created a branch on cypress-io/cypress-documentation

release/13.16.0 - Cypress Documentation for the Cypress App, API, Cypress Cloud, UI Coverage and Cypress Accessibility.

mschile created a comment on a pull request on cypress-io/cypress
@alexsch01, thanks again for the contribution! 🎉

View on GitHub

mschile pushed 1 commit to develop cypress-io/cypress
  • feat: added ability to specify the default browser in cypress config (#30517) 82f45c5

View on GitHub

mschile closed an issue on cypress-io/cypress
Cannot specify the default running browser in cypress configuration file
### Current behavior: The only way to specify the browser to use is via CLI options `cypress --browser chrome --headless` for example. There is no field in the [configuration](https://docs.cypre...
mschile closed a pull request on cypress-io/cypress
feat: ability to specify the default browser in cypress config
- Closes https://github.com/cypress-io/cypress/issues/6646 ### Additional details - Why was this change necessary? I would like every cypress test I write to go against Chrome instead of Ele...
Load more