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,198 contributions in the last year
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
January 2021
Created 752 commits in 31 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 6 repositories not shown
Created 6 repositories
- bahmutov/cypress-get-by-label-example JavaScript
-
bahmutov/cypress-get-by-label
JavaScript
•
Built by
- bahmutov/rc-calendar JavaScript
- bahmutov/cypress-db-example JavaScript
- bahmutov/todomvc-express-api-test-coverage JavaScript
- bahmutov/cypress-mutation-example JavaScript
Created a pull request in cypress-io/cypress-realworld-app that received 2 comments
tighten the transaction tests
Described the problem and the solution in https://glebbahmutov.com/blog/negative-assertions/#update-1-realworld-app-example
+5
−1
•
2
comments
Opened 48 other pull requests in 16 repositories
cypress-io/cypress-documentation
5
open
9
merged
- explain negative assertions
- add multiple assertion advice
- add section with CI hardware resources
- add link to circleci ram disk
- split examples spec into two
- use ram disk on circleci
- add note about cy.request bypassing cy.intercept
- add faq question about javascript learning resources
- explain cy.task result better
- add common problems section to the configuration reference
- add notes about rejected promises in test code
- error handling links and answers
- Add link to the backend code coverage
- Explain how to see the bundled Node version
cypress-io/cypress-example-recipes
7
merged
2
open
- show how to get the number of intercepts
- use cy.intercept times syntax
- how to deal with cached network calls
- show throwing error if test code rejects promise
- show how to intercept form submission
- add recipe showing how to handle errors
- show example how to handle Cypress tests when the application creates an unhandled rejected promise
- bump Cypress to v6.2.1
- show how to use globby to find the downloaded file
bahmutov/todomvc-express-api-test-coverage
6
merged
cypress-io/code-coverage
3
merged
bahmutov/cypress-db-example
3
merged
cypress-io/cypress-realworld-app
1
merged
1
closed
cypress-io/testing-workshop-cypress
2
merged
cypress-io/circleci-orb
1
merged
cypress-io/circleci-orb-example
1
merged
cypress-io/cypress
1
merged
bahmutov/todo-graphql-example
1
merged
cypress-io/cypress-skip-test
1
merged
bahmutov/cypress-examples
1
merged
bahmutov/cypress-realworld-app
1
open
bahmutov/todomvc-express
1
merged
bahmutov/demo-docker-cypress-included
1
merged
Reviewed 5 pull requests in 4 repositories
cypress-io/code-coverage 2 pull requests
cypress-io/cypress 1 pull request
cypress-io/cypress-documentation 1 pull request
cypress-io/cypress-skip-test 1 pull request
Created an issue in cypress-io/cypress that received 4 comments
Cypress crashes on trying to record with an empty key
Cypress v6.2.1
Cypress crashes if you pass an empty --key CLI parameter.
Reproduction steps:
clone https://github.com/cypress-io/cypress-test-tiny…
4
comments
Opened 21 other issues in 13 repositories
cypress-io/cypress
3
open
2
closed
- Test gets into runaway loop if cy.wrap is inside cy.should
- cy.intercept is shown as processing
- An error inside the intercept callback hangs Cypress
- static interception delayMs option measures time from "cy.intercept" command, not from the request timestamp
- We need to provide types for resolved config object
bahmutov/cypress-mutation-example
2
open
1
closed
bahmutov/cypress-examples
2
closed
cypress-io/cypress-example-recipes
2
closed
cypress-io/circleci-orb
1
open
cypress-io/cypress-browserify-preprocessor
1
open
cypress-io/cypress-skip-test
1
open
bahmutov/cypress-expect
1
open
cypress-io/cypress-docker-images
1
open
cypress-io/code-coverage
1
open
bahmutov/demo-docker-cypress-included
1
closed
cypress-io/cypress-documentation
1
closed
stryker-mutator/stryker
1
closed
Answered 12 discussions in 1 repository
cypress-io/cypress
cypress-io/cypress
- how to compare the elements of two lists
- 'Expect' assertion to check the element's absence doesn't work
- Backslash is not recognized
- intercepts not catching cy.requests?
- How to execute tests conditionally (only on given environment)
- Triggering Event in iFrame from Parent Window (data-cy)
- Triggering Event in iFrame from Parent Window (data-cy)
- Load HTML string
- How to get the variable set inside module.exports
- cypress over docker documentation shows a very old image
- `cypress run` seems to silently pass test without running it.
- How to set value of nested environment variable in `cypress.json` file?