Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
14,657 contributions in the last year
Activity overview
Contributed to
cypress-io/cypress-test-example-repos,
cypress-io/cypress-test-tiny,
cypress-io/cypress-test-ci-environments
and 5 other
repositories
Contribution activity
June 2020
- bahmutov/react-hooks-file-upload JavaScript
- bahmutov/react-tic-tac-toe-example JavaScript
- bahmutov/cypress-cra-ts-antd-react-app-rewired JavaScript
Created a pull request in cypress-io/cypress that received 3 comments
automatically polyfill window.fetch with XMLHttpRequest
Closes #7710
User facing changelog
Cypress will automatically replace window.fetch with polyfill that drops down to XMLHttpRequest object that c…
+376
−7
•
3
comments
- Update types to allow for alias 'key' for 'keys' with chai chainers
- Update types for configuration values that allow string or false
- automatically polyfill window.fetch with XMLHttpRequest
- handle browser cases without custom subfolder
- fix: Cypress.Commands.add Type Signature for @typescript-eslint/no-misused-promises rule
- Pin dependencies that were not pinned
- chore(deps): Update dependency cypress-example-kitchensink to version 1.11.0 🌟
Created an issue in bahmutov/cypress-react-unit-test that received 4 comments
pass fixtures folder to react-scripts
to be able to require JSON fixture files bahmutov/find-webpack#10
4
comments
- renamed master branch to main branch
- Do not run Applitools for external PRs
- Show demo uploading a file
- should unmount function be asynchronous?
- cy.visit should not be allowed from component spec
- Show proof of concept for double bundle
- Write blog post: visual component testing using open source tools
- Improve mount command log