Highlights
- Arctic Code Vault Contributor
- Pro
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 upPopular repositories
15,133 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 310 commits in 26 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
Created 5 repositories
- bahmutov/dynamic-routing-app JavaScript
- bahmutov/gatsby-cypress-with-code-coverage JavaScript
-
bahmutov/cypress-timings
JavaScript
•
Built by
- bahmutov/cypressError JavaScript
- bahmutov/codespace-example JavaScript
Created a pull request in cypress-io/cypress that received 4 comments
fix: copy other moment properties when wrapping with deprecated warning
for #8714 builds on top of #9398 to copy the other moment properties Otherwise our build is broken, and any user using these properties would be…
Opened 24 other pull requests in 11 repositories
cypress-io/cypress-example-recipes
1
open
4
merged
cypress-io/cypress-documentation
4
merged
cypress-io/cypress
3
open
cypress-io/cypress-example-kitchensink
2
merged
1
open
bahmutov/npm-install
2
merged
cypress-io/github-action
2
merged
cypress-io/code-coverage
1
merged
cypress-io/testing-workshop-cypress
1
merged
cypress-io/cypress-example-todomvc-redux
1
closed
bahmutov/cypress-failed-log
1
merged
bahmutov/cypress-examples
1
merged
Reviewed 8 pull requests in 6 repositories
cypress-io/cypress 3 pull requests
cypress-io/code-coverage 1 pull request
cypress-io/cypress-docker-images 1 pull request
bahmutov/npm-install 1 pull request
cypress-io/cypress-documentation 1 pull request
cypress-io/cypress-realworld-app 1 pull request
Created an issue in cypress-io/cypress that received 3 comments
Alias for intercept is not working if overwriting cy.intercept command
Cypress v6.1.0 describe('intercept', () => { Cypress.Commands.overwrite('intercept', (intercept, ...args) => { return cy.log('intercept!').then(() =>