on a roll
JavaScript ninja, image processing expert, software quality fanatic. Sr Director of Engineering at Mercari US. MS MVP for OSS work, GitHub Star.
- Boston, MA
- https://glebbahmutov.com/
- @bahmutov
Highlights
- GitHub Star
- Pro
Block or Report
Block or report bahmutov
Report abuse
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
-
npm-install Public
GitHub Action for install npm dependencies with caching without any configuration
-
next-update Public
Tests if module's dependencies can be updated to latest version
-
-
javascript-journey Public
Source code for blog post Journey from procedural to reactive JavaScript with stops
4,743 contributions in the last year
Less
More
Activity overview
Contributed to
bahmutov/cypress-examples,
bahmutov/scrape-youtube-videos,
bahmutov/chat.io
and 187 other
repositories
Contribution activity
September 2022
Created 12 commits in 5 repositories
Created 1 repository
- bahmutov/todomvc-cypress-if-example TypeScript
Reviewed 1 pull request in 1 repository
bahmutov/cypress-if
1 pull request
Created an issue in bahmutov/cypress-if that received 1 comment
Do not skip finally
it.only('yields the IF subject', () => { cy.wrap(1) .if('equal', 1) .then(() => 101) .else() .then(() => -1) .finally() .should('equal', 101) }) Sk…
1
comment





