Releases: angrykoala/wendigo
Releases · angrykoala/wendigo
Wendigo 1.5.1
Changelog
- Fixed compositer dependency
Wendigo 1.5.0
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
Changelog
- AddScript method
- After Open hook fix
- Minor improvements to some error messages
Wendigo 1.4.1
Changelog
- After Open hook
Wendigo 1.4.0
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
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
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
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
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
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