Highlights
- Arctic Code Vault Contributor
- Pro
Popular repositories
-
-
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
-
-
-
Source code for blog post Journey from procedural to reactive JavaScript with stops
-
GitHub Action for install npm dependencies with caching without any configuration
15,840 contributions in the last year
Less
More
Activity overview
Contributed to
cypress-io/cypress-test-example-repos,
cypress-io/cypress-test-tiny,
cypress-io/cypress-test-ci-environments
and 5 other
repositories
Contribution activity
February 2021
Created 1,191 commits in 35 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 10 repositories not shown
Created 12 repositories
- bahmutov/reveal-vite HTML
- bahmutov/cypress-codefresh-example JavaScript
- bahmutov/reveal-markdown-example JavaScript
-
bahmutov/onbeforeunload-example
JavaScript
•
Built by
- bahmutov/ecommerce-netlify Vue
- bahmutov/test-timezones-example JavaScript
- bahmutov/netlify-plugin-github-dispatch JavaScript
- bahmutov/cypress-gh-action-changed-files JavaScript
-
bahmutov/gatsby-starter-portfolio-cara
JavaScript
•
Built by
-
bahmutov/eleventyone
JavaScript
•
Built by
- bahmutov/test-personal-site JavaScript
- bahmutov/ceceliacreates-nuxt Vue
Created a pull request in cypress-io/cypress that received 6 comments
fix: include event emitter types from cypress types
closes #14991 by adding including the event emitter definition where it is used first User facing changelog Types no longer complain when you cha…
+71
−36
•
6
comments
Opened 60 other pull requests in 16 repositories
cypress-io/cypress-documentation
13
merged
1
open
- add example appending json files
- add table with common issues links
- clarify adding headers in cy.intercept
- add a few more debug sources
- add link to the viewports blog post
- add link to logging in recipes
- explain the issues that are pending release
- explain visit and local files better
- add section explaining DEBUG areas
- add note how to debug specs not found error
- add link to Cypress webinars youtube playlist
- add sections about github actions and netlify
- add link to the form validation blog post
- Adding cypress-real-events plugin
cypress-io/netlify-plugin-cypress
1
open
10
merged
- feat: rework test phases to make onSuccess default
- fix: use dashboard url markdown syntax
- feat: output summary from the plugin
- feat: serve HTML static pages by default
- fix: improve the ping code
- add note about Netlify CLI and an example
- feat: add option to use Chromium browser (#110)
- feat: add onSuccess testing
- feat: add skip=true flag to postBuild tests
- feat: run cypress info command after install and verify
- feat: run verify Cypress after install
cypress-io/cypress-example-recipes
6
merged
bahmutov/ecommerce-netlify
1
closed
4
merged
cypress-io/cypress
1
open
3
merged
bahmutov/cypress-gh-action-changed-files
3
open
1
merged
bahmutov/eleventyone
4
merged
sdras/ecommerce-netlify
2
closed
cypress-io/github-action
2
merged
cypress-io/netlify-plugin-cypress-example
2
merged
bahmutov/cypress-codefresh-example
1
merged
cypress-io/testing-workshop-cypress
1
merged
netlify/plugins
1
merged
cypress-io/cypress-example-kitchensink
1
merged
bahmutov/ceceliacreates-nuxt
1
open
bahmutov/cypress-examples
1
merged
Reviewed 8 pull requests in 3 repositories
cypress-io/cypress 6 pull requests
- fix: updated cy.intercept to automatically parse more JSON MIME types
- fix: use app.whenReady and remove delay race for electron startup
- fix: regression where failed events could cause a passing test to display as failed
- fix: Add autoEnd option to Cypress.Log Typescript definitions
- fix: include event emitter types from cypress types
- feat: Add Cache folder error message on smoke test
cypress-io/cypress-test-example-repos 1 pull request
cypress-io/cypress-documentation 1 pull request
Created an issue in cypress-io/cypress that received 6 comments
If the last record in the Command Log is a canceled or aborted XHR the test shows failure
Cypress v6.4.0 Look at the image below: 6 passing tests, no failures, BUT the last test shows the failure icon. I think this happens when the last …
6
comments
Opened 34 other issues in 14 repositories
cypress-io/netlify-plugin-cypress
4
open
4
closed
cypress-io/cypress
2
closed
3
open
bahmutov/netlify-plugin-github-dispatch
2
closed
1
open
bahmutov/cypress-codefresh-example
3
open
cypress-io/cypress-documentation
3
open
cypress-io/github-action
2
closed
1
open
cypress-io/cypress-example-recipes
2
closed
bahmutov/ecommerce-netlify
1
open
bahmutov/cypress-examples
1
open
bahmutov/reveal-markdown-example
1
open
cypress-io/netlify-plugin-cypress-example
1
closed
bahmutov/dependency-version-badge
1
open
cypress-io/cypress-fiddle
1
closed
bahmutov/list-of-projects
1
open
Answered 12 discussions in 1 repository
cypress-io/cypress
cypress-io/cypress
- Issue in xhr
- Is there some kind of regex filtering on spec folder names?
- Is it possible for both Jest & @cypress/react unit tests to coexist in a typescript project?
- Is it possible for both Jest & @cypress/react unit tests to coexist in a typescript project?
- Get name and result of each test
- How to verify if checkbox is checked
- Integration with CI/CD Github Action
- .each() method, arrays and objects initialization
- How to query focused state without changing it
- Fetch tests using before:spec or before:run
- will cypress migrate to node 14?
- Conflicting information on using .should('be.visible') before .click()