Skip to content

Commit

Permalink
Merge pull request #93 from stavares843/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
PippoRaimondi authored Aug 2, 2022
2 parents fa55f28 + b03c990 commit 1042237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Create a spec file under cypress integration folder i.e `cypress/integration/spe

Then use the cypress image diff command to take screenshots of pages or elements:

### Take screenshot and compare of the whole page
### Take screenshot and compare the whole page

```js
describe('Visuals', () => {
Expand Down Expand Up @@ -96,7 +96,7 @@ describe('Visuals', () => {

If there are wanted changes to the application in test and if we need to update baseline images, you can follow the steps in [CLI](./docs/CLI.md) documentation to update the baselines.

Alternatively you can delete the baseline image that you wish to be updated and rerun the tests, this will create a new baseline image with the updated image.
Alternatively, you can delete the baseline image that you wish to be updated and rerun the tests, this will create a new baseline image with the updated image.

### Folder structure

Expand Down

0 comments on commit 1042237

Please sign in to comment.