Skip to content

Releases: tr33m4n/codeception-module-percy

v4.2.1

16 May 19:13
354fe0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

03 May 21:00
9ed6b4d
Compare
Choose a tag to compare

What's Changed

  • Add ability to send snapshots after a test suite has run by @tr33m4n in #101

Breaking Changes

  • snapshotBaseUrl is no longer a valid config parameter
  • snapshotPath is no longer a valid config parameter
  • cleanSnapshotStorage is no longer a valid config parameter
  • \Codeception\Module\Percy\Exchange\Payload class has been refactored to \Codeception\Module\Percy\Snapshot, so any Payload::WIDTHS etc constant usage will need to use \Codeception\Module\Percy\Snapshot

Full Changelog: v4.1.0...v4.2.0

v4.1.0

29 Apr 18:42
0980888
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.1.0

v4.0.2

23 Apr 09:57
434839c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

14 Apr 20:37
a2788c2
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @tr33m4n in #98
  • Update codeception/module-asserts requirement from ^1.3 to ^2.0 by @dependabot in #95
  • Update codeception/module-webdriver requirement from ^1.2 to ^2.0 by @dependabot in #96
  • Update codeception/module-phpbrowser requirement from ^1.0 to ^2.0 by @dependabot in #97

Full Changelog: v4.0.0...v4.0.1

v4.0.0

13 Apr 22:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v4.0.0

v3.1.0

11 Jan 20:51
449d57d
Compare
Choose a tag to compare

Add node path overriding using the PERCY_NODE_PATH env variable

#92

v3.0.0

17 Nov 23:37
f617fa4
Compare
Choose a tag to compare

Breaking changes

This release migrates from https://github.com/percy/percy-agent to https://github.com/percy/cli which requires Node v12 or above. This release will require that Node version going forwards

#88

v1.1.1

19 Jul 20:38
Compare
Choose a tag to compare

Backport relevant v1 fixes from #87

95c3f49...9b6c609

v2.0.2

08 Jul 21:19
5231301
Compare
Choose a tag to compare
  • Adds a test workflow for PHP 7.4
  • Ensures https://github.com/composer/package-versions-deprecated is installed to mitigate issues when using composer v2 and PHP 7.4
  • Bumps PHPStan and Rector versions/config
  • Bumps ws NPM package to mitigate security issues
  • Ensures that payload sent messages are not echoed in the test output if there are no payloads to send

#87