Highlights
- Pro
- 74 discussions answered
Popular repositories
-
-
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
-
-
GitHub Action for install npm dependencies with caching without any configuration
-
-
Source code for blog post Journey from procedural to reactive JavaScript with stops
16,702 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
April 2021
Created 1,818 commits in 37 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 12 repositories not shown
Created 15 repositories
-
bahmutov/cypress-grep-example
JavaScript
•
Built by
-
bahmutov/cypress-grep
JavaScript
•
Built by
- bahmutov/cypress-example-layerci JavaScript
- bahmutov/scrape-slides JavaScript
- bahmutov/cypress-example-mongodb JavaScript
- bahmutov/cypress-example-test-status JavaScript
- bahmutov/cy-user-register-example JavaScript
- bahmutov/cypress-email-example JavaScript
- bahmutov/cy-hover-example HTML
-
bahmutov/cypress-15901-bug
JavaScript
•
Built by
- bahmutov/todomvc-example JavaScript
- bahmutov/cypress-spy JavaScript
- bahmutov/mailto-1 JavaScript
-
bahmutov/mailto
JavaScript
•
Built by
- bahmutov/apple-music-js JavaScript
Created a pull request in cypress-io/cypress that received 24 comments
fix: do not treat utf8 requests as binary
Closes #15901 User facing changelog We were incorrectly detecting "normal" utf8 request body as binary encoding, which caused the test runner cra…
+127
−4
•
24
comments
Opened 56 other pull requests in 15 repositories
cypress-io/cypress-documentation
1
open
21
merged
- add section on types of tests
- explain that Cypress can do API testing
- 7.3.0: add log source for ci info
- explain test statuses
- add link to LayerCI example
- add new blog post and links about fixtures
- add link to the MongoDB blog post
- add link between https warning
- add note about electron version
- add invoke attribute id example
- explain the yielded value in cy.within command
- add cy.get vs .find clear explanation
- add note about localhost and the same origin
- add timeout and retry note
- add hover video resources
- Add note about NODE_DEBUG
- remove old link, add link to the announcement
- expand links and examples for text matching
- describe how to solve jest types clashes
- Add notes to the fixture command
- Add note how aliases are reset before each test
- Document issues pending release and missing from the changelog
bahmutov/cypress-example-test-status
9
merged
bahmutov/cypress-grep
8
merged
cypress-io/cypress
3
merged
bahmutov/cypress-book
3
merged
cypress-io/cypress-example-recipes
2
merged
bahmutov/cypress-expect
1
merged
bahmutov/cypress-example-layerci
1
merged
cypress-io/eslint-plugin-cypress
1
merged
cypress-io/circleci-orb
1
merged
bahmutov/cypress-examples
1
merged
cypress-io/testing-workshop-cypress
1
merged
cypress-io/cypress-docker-images
1
merged
bahmutov/mailto
1
merged
cypress-io/cypress-example-conduit-app
1
merged
Reviewed 8 pull requests in 4 repositories
cypress-io/cypress 4 pull requests
cypress-io/cypress-documentation 2 pull requests
cypress-io/cypress-docker-images 1 pull request
cypress-io/cypress-example-recipes 1 pull request
Created an issue in cypress-io/cypress that received 5 comments
Undefined snapshot on test failure
Testing Cypress v7 Reproduction in https://github.com/bahmutov/cypress-spy The test fails, but when I hover over the failed command shows our failure
5
comments
Opened 36 other issues in 12 repositories
bahmutov/cypress-grep
3
open
9
closed
- add support to describe blocks
- think what to do with it.only case
- confirm works with it.skip case
- create example subfolders
- add invert syntax for a tag
- make work with it(name, options, callback) signature
- come up with the OR and AND syntax
- should we consider the parent suite names?
- set up dependency badges
- set up renovate to keep the main dependencies up-to-date
- set up semantic release
- add example project
cypress-io/cypress-documentation
5
closed
5
open
- Explain the test status: failed, pass, pending, skipped
- Weird number highlights when using shell code block
- Plugins page has two ESLint plugins
- explain better the difference between cy.get and cy.find
- Bold markdown is not displayed
- on.cypress.io/test-retries redirect does not work: 404
- Link to the "E2E API testing" blog post is broken
- Links not working from cy.server warning block
- Explain that fixtures are loaded once
- Note that aliases are reset before each test
cypress-io/cypress
2
open
2
closed
cypress-io/github-action
2
open
bahmutov/cypress-esbuild-preprocessor
1
closed
bahmutov/cypress-example-mongodb
1
open
bahmutov/cypress-examples
1
closed
cypress-io/cypress-example-conduit-app
1
open
cypress-io/cypress-docker-images
1
closed
cypress-io/cypress-workshop-ci
1
open
bahmutov/cypress-book
1
closed
actions/cache
1
open
Answered 20 discussions in 1 repository
cypress-io/cypress
cypress-io/cypress
- API calls with Cypress
- Can I configure ip address to be US-based?
- test sequence without browser reload
- How to connect to a MongoDB using a Cypress task
- How to use fixtures on a custom command.
- How to deal with fast actions
- Its possible to pass values between it blocks?
- Allow to fail if some third party action has not occurred
- cy.intercept() for all tests
- cypress within() command seems to misbehave
- Need help in defining global variable in Cypress Tests
- Cypress Screenshot naming logic
- Test does not timeout
- How to test if a nested object contains an array with a specific key value pair?
- Facing issue in Running Cypress test case in Jenkin and View Report in BrowserStack
- How to spy on inline declared functions like gtag?
- Running test with npm run command error
- dynamic values in 'it' block description
- How can I wait for a full selector with "contains()" to exist?
- How would I read multiple input fields and yield the result?