- Boston, MA
- https://glebbahmutov.com/
- @bahmutov
Highlights
- GitHub Star
- Pro
- 97 discussions answered
Block or Report
Block or report bahmutov
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
start-server-and-test Public
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
-
next-update Public
Tests if module's dependencies can be updated to latest version
-
npm-install Public
GitHub Action for install npm dependencies with caching without any configuration
-
-
javascript-journey Public
Source code for blog post Journey from procedural to reactive JavaScript with stops
6,733 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 158 commits in 21 repositories
Created 9 repositories
- bahmutov/cypress-wait-for-network-idle-example JavaScript
- bahmutov/cypress-csv-file-upload-example JavaScript
- bahmutov/cypress-file-download-example JavaScript
- bahmutov/markdown-search-scraper JavaScript
- bahmutov/cypress JavaScript
- bahmutov/qrcode-example JavaScript
- bahmutov/cypress-env-example JavaScript
- bahmutov/click-returns-true JavaScript
- bahmutov/cypress-track-events JavaScript
Created a pull request in cypress-io/cypress that received 6 comments
fix: check the error constructor before using
Closes #21428
User facing changelog
Very rarely the test runner has an internal crash trying to use new specWindow.Error(...) while that error c…
Opened 7 other pull requests in 3 repositories
bahmutov/cypress-network-idle
5
merged
bahmutov/cypress-examples
1
merged
bahmutov/cypress-cdp
1
open
Reviewed 3 pull requests in 1 repository
bahmutov/cypress-network-idle
3 pull requests
Created an issue in cypress-io/cypress that received 4 comments
Tests finish without running all commands if Error is not a constructor
Current behavior I have noticed this rare but unfortunate behavior, same was noticed by other people on my team. Sometimes a test passes, but when …

