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
13,898 contributions in the last year
Activity overview
Contributed to
cypress-io/cypress-test-tiny,
cypress-io/cypress-test-example-repos,
cypress-io/cypress-test-ci-environments
and 5 other
repositories
Contribution activity
May 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 10 repositories not shown
- bahmutov/todomvc-react JavaScript
- bahmutov/react-tetris JavaScript
- bahmutov/time-component-tests JavaScript
- bahmutov/awesome-react
- bahmutov/mobx-react-typescript-boilerplate TypeScript
- bahmutov/ng9-tour-of-heroes TypeScript
- bahmutov/cypress-react-selector JavaScript
- bahmutov/todomvc-svelte JavaScript
- bahmutov/svelte-notion JavaScript
- bahmutov/svelte-todomvc CSS
- bahmutov/svelte-travel-transitions HTML
-
bahmutov/cy-rollup
JavaScript
•
Built by
- bahmutov/webpack-bundle-experiment JavaScript
- bahmutov/integration-tests JavaScript
- bahmutov/react-sudoku JavaScript
- bahmutov/instrument-example JavaScript
- bahmutov/Jscrambler-Webpack-React JavaScript
- bahmutov/app-action-decorator TypeScript
- bahmutov/test-custom-error-boundary JavaScript
Created a pull request in bahmutov/cypress-react-unit-test that received 6 comments
add issue example but fixed
closes #172 The example is the same as the user-provided code sample but with fixed syntax error
+19
−0
•
6
comments
- add open source image diff example
- Add tailwind example
- change tile color based on day of the week
- test Happo again
- add another test
- add Happo visual tests for a component test
- finish tic-tac-toe game spec
- fix: add delay to let hooks run
- add example using cypress-react-selector
- example visual change
- add visual testing example
- fix: use default webpack options
- feat: add component testing folder to react-scripts Babel transpile list
- add a folder with react-scripts example
- fix: add note about speed
- fix: no longer require JSX name
- feat: give warning when user source makes ReactDOM.render
- fix: better error message on missing support file
Created an issue in bahmutov/cypress-angular-unit-test that received 10 comments
Release new component mounting method
Trying in https://github.com/bahmutov/cypress-angular-unit-test/tree/try-as-component-spec
clone the repository
git checkout try-as-component-spec
I…
10
comments
- Survey - please give us component testing feedback
- Add example with .babelrc config
- Add example with snapshots
- Percy fails to run on CI
- Check links in Markdown docs
- need tailwind example
- Add Applitools visual testing example
- Add open source visual testing example
- Make Happo readme gif
- An error cleaning iframe - probably ReactTooltip
- Add visual testing example using Happo
- Finish tic-tac-toe example
- Solve clock problem
- Can we report timings for all spec files
- Try using cypress-react-selector with component test
- Add full example with visual testing
- Default webpack options are not passed correctly
- react-scripts HotReloading plugin seems to cause problems sometimes
- Investigate XHR spec
- Add a couple of example "apps" inside this repo for testing
- Maybe we need an init command
- Show webpack plugin with env path to the webpack config
- Move common utils into a separate package
- Need to detect if the user forgot to include "support" file to give meaningful message
- How to prevent accidental "ReactDOM.render" ?
- Some issues not shown.
- If cy-rollup fails to bundle due to syntax error it should show error in the browser
- Add section with external examples
- Can we mount markup around a Component
- Add dependency badges
- Can we collect code coverage?
- Write a blog post about component testing for Svelte apps
- Limit Renovate to main dependencies
- Unexpected behavior in internal scripts when passing empty --spec CLI argument
- Capture test artifacts (movies and screenshots) when running AppVeyor tests
- Bundling wrong file initially when doing component tests
- Cannot provide types cypress.run config options
- React boundary catches an error but fails the test if test continues