- Boston, MA
- https://glebbahmutov.com/
- @bahmutov
Highlights
- GitHub Star
- Pro
- 96 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
10,474 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 221 commits in 29 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4 repositories not shown
Created 12 repositories
- bahmutov/cypress-code-coverage JavaScript
- bahmutov/cypress-lighthouse-example JavaScript
- bahmutov/live-example JavaScript
- bahmutov/app1 JavaScript
- bahmutov/get-build-id JavaScript
- bahmutov/next-ts-app-tests TypeScript
- bahmutov/next-ts-app TypeScript
- bahmutov/fastify-example-tests JavaScript
- bahmutov/fastify-example HTML
- bahmutov/cypress-ld-control-example JavaScript
- bahmutov/cypress-ld-control JavaScript
- bahmutov/cypress-fiddle JavaScript
Created a pull request in bahmutov/cyclope that received 1 comment
feat: remove iframes option
closes #39 cy.savePage('name', { removeIframes: true }) cy.get('selector').cyclope({ removeIframes: true })
Opened 13 other pull requests in 8 repositories
bahmutov/cypress-markdown-preprocessor
1
closed
2
merged
bahmutov/next-ts-app
2
merged
bahmutov/find-cypress-specs
2
merged
bahmutov/cyclope
2
merged
bahmutov/cypress-recurse
1
merged
bahmutov/cypress-failed-log
1
merged
bahmutov/as-a
1
merged
bahmutov/cypress-fiddle
1
merged
Reviewed 1 pull request in 1 repository
bahmutov/cypress-recurse
1 pull request
Created an issue in bahmutov/cypress-recurse that received 12 comments
Hmm, Promise<never> when using an arrow function?
recurse( () => cy.get('#output').invoke('text'), (text) => text === 'Surprise!',
TypeScript check complains about Promise<never>?
Making a full fu…