Skip to content

Commit

Permalink
Bump for PDF comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Oct 14, 2023
1 parent e2e3ce0 commit e690e9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,19 @@ Format:
-->
<!-- ## [Unreleased] -->

## [5.3.0] - 2023-10-14

### Added
- Screenshots now come with an HTML file of the same page. Pages can be examined for their full errors and for accessibility details. Note that styles are weird because we don't control the page with js like docassemble does. Otherwise hidden elements are visible, etc. See [#763](https://github.com/SuffolkLITLab/ALKiln/issues/763).
## [5.4.0] - 2023-10-14

### Added

- New step to compare PDFs!
- An example: `I expect the baseline PDF "something-in-sources.pdf" and the new PDF "downloaded.pdf" to be the same`
- See [#774](https://github.com/SuffolkLITLab/ALKiln/pull/774) for more details.

## [5.3.0] - 2023-10-14

### Added
- Screenshots now come with an HTML file of the same page. Pages can be examined for their full errors and for accessibility details. Note that styles are weird because we don't control the page with js like docassemble does. Otherwise hidden elements are visible, etc. See [#763](https://github.com/SuffolkLITLab/ALKiln/issues/763).

### Fixed
- Fixed and improved error for accessibility failures. See [#744](https://github.com/SuffolkLITLab/ALKiln/issues/744).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suffolklitlab/alkiln",
"version": "5.3.0",
"version": "5.4.0",
"description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e690e9c

Please sign in to comment.