wendigo

A proper monster for front-end automated testing

MIT License

Downloads
190
Stars
150
Committers
16

Bot releases are hidden (Show)

wendigo - Wendigo 3.0.2 Latest Release

Published by angrykoala over 2 years ago

This is a maintenance release, which updates all dependencies, including puppeteer (updating from v11 to v13)

Changelog

  • Update Puppeteer to v13
  • Update dependencies
wendigo - Wendigo 3.0.1

Published by angrykoala almost 3 years ago

Updates dependencies and minor fixes. Note that this is a patch release without any API changes. However, several dependencies, including Puppeteer, have been updated with major changes, this may lead to unexpected changes if you rely on Puppeteer's core

Changelog

  • Error serializing improved
  • Puppeteer updated to 11.0
  • Dependencies updated
  • Querystring deprecated in favor URLSearchParams
  • Travis removed from CI suite
wendigo - Wendigo 3.0

Published by angrykoala over 3 years ago

This release do not contain breaking changes in wendigo behavior, but due to the big leap in puppeteer update, and several internal changes, some incompatibilities may happen, particularly if you use typescript or access puppeteer methods directly.

Changelog

  • Puppeteer update to v8
  • WaitFor uses specific methods under the hood
  • Overhaul of types to comply with Puppeteer changes
  • Browser.coreBrowser added to access Puppeteer's browser class
wendigo - Wendigo 2.15.0

Published by angrykoala almost 4 years ago

Warning: This updates changes the License from GPL-3 to MIT. The new license is intended to be more permissive and should not cause compatibility issues with any project using or modifying wendigo (OS or private)

Changelog

  • License moved to a more permissive MIT
  • Dependencies updated
  • Minor typings fixes
wendigo - Wendigo 2.14.0

Published by angrykoala almost 4 years ago

Changelog

  • Update Dockerfile to recommended Puppeteer setup
  • Docs updated
  • Tslint deprecated in favor of eslint
  • Minor typings improvements and fixes
  • Typescript version locked until Promise types are fixed
  • Dependencies updated
  • Fix in publish git workflow
wendigo - Wendigo 2.13.2

Published by angrykoala almost 4 years ago

Changelog

  • Minor fix in Dockerfile
  • Puppeteer updated to 5.3.1
  • RegExp parameters checks fixed when using vm
  • Dependencies updated
wendigo - Wendigo 2.13.1

Published by angrykoala about 4 years ago

Changelog

  • Fixes Dockerfile
  • Error messages improved for timeout errors
  • Updates dependencies
wendigo - Wendigo 2.13.0

Published by angrykoala about 4 years ago

Changelog

Warning: This release does not include any breaking changes, however puppeteer dependency has been updated to a new major change and could cause some behaviour changes from previous version

  • Puppeteer updated to 5.0
  • Dependencies updated
  • Fixed parameters signature for textContains and not.textContains assertions
  • Fixed publish release action
wendigo - Wendigo 2.12.1

Published by angrykoala over 4 years ago

Changelog

  • Dependencies updated
  • Minor wrapper to puppeteer launch
wendigo - Wendigo 2.12.0

Published by angrykoala over 4 years ago

Warning: Pupppeteer updated to v3. No changes in Wendigo API but some unexpected change in behavior may occur

Changelog

  • Puppeteer updated to v3
  • DragAndDrop method
  • Minor fix in types
  • Dependencies updated
wendigo - Wendigo 2.11.3

Published by angrykoala over 4 years ago

Changelog

  • Dependencies updated
wendigo - Wendigo 2.11.2

Published by angrykoala over 4 years ago

  • Improvement in error handling for waitFor
  • Docker image updated to Node 12
  • Dependencies updated
wendigo - Wendigo 2.11.1

Published by angrykoala over 4 years ago

This version only contains development bugfixes

Changelog

  • Fixed EventEmitter compilation bug after node typings update
  • Removed GPR publish action
wendigo - Wendigo 2.11.0

Published by angrykoala over 4 years ago

Warning: due to a bugfix (#425) some changes in text parsing are introducing in version 2.11.0 that may produce minor compatibility issues

Chagelog

  • Browser.requests.filter.contentType and browser.assert.requests.contentType
  • Browser.text and assert.text now use textContent instead of innerText, ignoring newlines gneerated by and other elements
  • Requests.setHeaders and headers option on open
  • Dependencies updated
  • Windows and OSX tests in CI added
wendigo - Wendigo 2.10.1

Published by angrykoala almost 5 years ago

Changelog

  • Continue option in request mock
wendigo - Wendigo 2.10.0

Published by angrykoala almost 5 years ago

Changelog

  • FindByLabelText
  • LocalStorage.all
  • Browser.setMedia
  • Element getAttribute method
wendigo - Wendigo 2.9.0

Published by angrykoala almost 5 years ago

Changelog

  • WaitAndTap, waitAndCheck and waitAndType methods
  • OverridePermissions method
  • SetGeolocation and geolocation methods
  • Puppeteer typings updated
  • Minor improvement and fix in linting process
wendigo - Wendigo 2.8.0

Published by angrykoala almost 5 years ago

Changelog

  • SetTimezone method
  • Puppeteer updated to 2.0
  • Exported Pdfs file size reduced
wendigo - Wendigo 2.7.0

Published by angrykoala about 5 years ago

Changelog

  • Browser.setContent
  • LogRequests option
  • Updated types of dependency
  • Removed light versions of logo
wendigo - Wendigo 2.6.3

Published by angrykoala about 5 years ago

Changelog

  • Dependencies updated
  • Removed unnecessary custom types
Package Rankings
Top 7.19% on Npmjs.org
Badges
Extracted from project README
npm
Related Projects