diff --git a/CHANGELOG.md b/CHANGELOG.md index a4267aa..c127155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f7dda24..9e1fcf1 100644 --- a/README.md +++ b/README.md @@ -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