Skip to content

Releases: angrykoala/wendigo

Wendigo 1.5.1

15 Oct 16:13
37f33d6
Compare
Choose a tag to compare

Changelog

  • Fixed compositer dependency

Wendigo 1.5.0

14 Oct 18:05
Compare
Choose a tag to compare

Changelog

  • Browser.loaded
  • Mock redirectTo option
  • Options passed to beforeOpen and afterOpen hooks
  • Mock waitUntilCalled will now wait until the response has been sent

Wendigo 1.4.2

13 Oct 21:45
cb0535a
Compare
Choose a tag to compare

Changelog

  • AddScript method
  • After Open hook fix
  • Minor improvements to some error messages

Wendigo 1.4.1

13 Oct 08:57
bc80e35
Compare
Choose a tag to compare

Changelog

  • After Open hook

Wendigo 1.4.0

09 Oct 19:46
02b3a54
Compare
Choose a tag to compare

Changelog

  • Plugin system for Wendigo browser
  • Mock assert postBody
  • Logs parse js objects correctly in console module
  • Puppeteer updated to 1.9.0
  • Browser.assert.cookie and browser.assert.webworker deprecated in favor of cookies and webworkers
  • Other dependencies updated
  • Minor improvements in mock handling
  • Minor code improvements on browserFactory and Modules

Update instructions

This version is compatible with previous versions, although if your code uses browser.assert.cookie, browser.assert.webworker or browser.assert.not.cookie, please update these as these are now deprecated.

Wendigo 1.3.0

01 Oct 14:05
5bde75d
Compare
Choose a tag to compare

Changelog

  • WaitForRequest and waitForResponse will resolve if the request was already made
  • WaitForNextRequest and waitForNextResponse added with the past behavior of waitForRequest/Response
  • Mock WaitUntilCalled method

Update Intructions

If you rely on the old waitForRequest and waitForResponse behavior, please, change it to waitForNextRequest and waitForNextResponse

Wendigo 1.2.0

29 Sep 18:27
554a419
Compare
Choose a tag to compare

Changelog

  • Support for index in clickText
  • Now TimeoutError will be thrown on timeouts
  • Changed default viewport res to 1440x9000
  • Browser.frames
  • Puppeteer updated to 1.8
  • Error handling improved

Update Instructions

Wendigo 1.2 should be compatible with 1.1 versions, however, conflicts may arise if your code depends on errors thrown by Wendigo, or default viewport

Wendigo 1.1.0

05 Sep 20:46
b4afa37
Compare
Choose a tag to compare

Changelog

  • Viewport option on browser.open
  • WaitForRequest and waitForResponse methods
  • Assert.visible will pass if any visible element is found
  • NoSandbox option in createBrowser
  • KeyPress count parameter
  • Request.mock without options supported
  • Not.element assertion
  • Potential bug in request mocker fixed
  • Fixed potential bug when filtering by request response
  • Code style changed with more strict rules

Update instructions

browser.assert.visible may change behaviour

Wendigo 1.0.0

18 Aug 17:12
ae45bfe
Compare
Choose a tag to compare

This version fixes several bugs that affected performance and stability (mainly in CI systems)

Changelog

  • Browser.openFile method
  • Added extra information to browser.open and browser.close errors
  • Fixed a bug which caused so browsers not to close
  • Some performance and stability improvements

Update Instructions

No changes needed, some tests behaviour may changed due to several bugs fixed

Wendigo 0.9.2

17 Aug 12:11
184d871
Compare
Choose a tag to compare
Wendigo 0.9.2 Pre-release
Pre-release

Changelog

  • Incognito browser option
  • Fixed bug where Wendigo options weren't updated properly
  • Puppeteer updated to 1.7.0
  • Removed async/await from core code to increase compatibility