Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 8f9a25a

Browse files
committed
docs(readme): clarify it
1 parent 9fba937 commit 8f9a25a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import "@argos-ci/cypress/support";
2020

2121
## Usage
2222

23-
`cy.argosScreenshot` - command stabilizes the UI and takes a screenshot.
23+
`cy.argosScreenshot` command stabilizes the UI and takes a screenshot.
2424

2525
_How to take a screenshot with `cy.argosScreenshot` command_
2626

@@ -36,12 +36,12 @@ describe("Homepage", () => {
3636
});
3737
```
3838

39-
### Configuration
39+
## API
4040

41-
`cy.argosScreenshot([name][, options])`
41+
### cy.argosScreenshot([name][, options])
4242

4343
- `name` - The screenshot name; must be unique; default value to test title
44-
- `options` - Send to [cy.screenshot command options](https://docs.cypress.io/api/commands/screenshot)
44+
- `options` - See [cy.screenshot command options](https://docs.cypress.io/api/commands/screenshot)
4545

4646
## Helper attributes
4747

0 commit comments

Comments
 (0)