mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 01:29:59 -06:00
docs: show alternative usage
This commit is contained in:
@@ -14,6 +14,9 @@ You need to have your Developer Tools open for `.debug()` to hit the breakpoint.
|
||||
```javascript
|
||||
.debug()
|
||||
.debug(options)
|
||||
|
||||
cy.debug()
|
||||
cy.debug(options)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -14,6 +14,9 @@ This does not set a `debugger` in your code, unlike {% url `.debug()` debug %}
|
||||
```javascript
|
||||
.pause()
|
||||
.pause(options)
|
||||
|
||||
cy.pause()
|
||||
cy.pause(options)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user