cypress-cdp
Advanced tools
Comparing version 1.6.9 to 1.6.10
{ | ||
"name": "cypress-cdp", | ||
"version": "1.6.9", | ||
"version": "1.6.10", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -29,3 +29,3 @@ "main": "src", | ||
"devDependencies": { | ||
"cypress": "13.15.1", | ||
"cypress": "13.15.2", | ||
"prettier": "3.3.3", | ||
@@ -35,4 +35,4 @@ "semantic-release": "24.2.0" | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1378110" | ||
"devtools-protocol": "^0.0.1378738" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# cypress-cdp [](https://github.com/bahmutov/cypress-cdp/actions/workflows/ci.yml)  | ||
# cypress-cdp [](https://github.com/bahmutov/cypress-cdp/actions/workflows/ci.yml)  | ||
@@ -14,3 +14,8 @@ > A custom Cypress command to wrap the [Chrome remote debugger protocol](https://chromedevtools.github.io/devtools-protocol/) low level command | ||
🎓 Covered in my course [Cypress Plugins](https://cypress.tips/courses/cypress-plugins) and [Cypress Network Testing Exercises](https://cypress.tips/courses/network-testing). | ||
🎓 Covered in my course [Cypress Plugins](https://cypress.tips/courses/cypress-plugins), [Cypress Network Testing Exercises](https://cypress.tips/courses/network-testing), and [TDD Calculator](https://cypress.tips/courses/tdd-calculator): | ||
- [Lesson e5: Print page as PDF](https://cypress.tips/courses/tdd-calculator/lessons/e5) | ||
- [Lesson c6: Exit fullscreen mode using cypress-cdp](https://cypress.tips/courses/cypress-plugins/lessons/c6) | ||
- [Lesson c7: Set custom timezone and locale](https://cypress.tips/courses/cypress-plugins/lessons/c7) | ||
- [Lesson c9: Disable network caching during the test](https://cypress.tips/courses/cypress-plugins/lessons/c9) | ||
- [Bonus 99: Confirm the form works with CSS styles disabled](https://cypress.tips/courses/network-testing/lessons/bonus99) | ||
@@ -17,0 +22,0 @@ ## Install |
14126
151
+ Addeddevtools-protocol@0.0.1378738(transitive)
- Removeddevtools-protocol@0.0.1378110(transitive)