Skip to content

Commit

Permalink
Baseline commands release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygerasimov committed May 4, 2023
1 parent d33f0cc commit 8424132
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

### Unreleased
### 0.1.28
* Added the diffy screenshot:create-baseline command
* Added the diffy screenshot:set-baseline command

### Released

* Added the diffy project:update command.
* Add possibility to create multiple projects by a JSON array using project:create command.
* Added the diffy projects:update command.
* Added the diffy screenshot:create-baseline command
* Added the diffy screenshot:set-baseline command

### 0.1.0 - 2020/Jan/10

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ diffy diff:list PROJECT_ID PAGE_NUMBER
PROJECT_ID is an ID of the project. You can get it from URL of your project.
PAGE_NUMBER is number of the page results (starts from 0)

#### Baseline

There are two commands available to work with baseline set
```shell script
diffy screenshot:create-baseline PROJECT_ID ENVIRONMENT --wait # will create set of screenshots and set them as baseline right away
diffy screenshot:set-baseline PROJECT_ID SCREENSHOT_ID # set screenshots SCREENSHOT_ID as a baseline
```

#### Create screenshots from images

```shell script
Expand Down

0 comments on commit 8424132

Please sign in to comment.