Skip to content

Many bug fixes plus some new extra features.

Latest
Compare
Choose a tag to compare
@felipenmoura felipenmoura released this 24 Nov 02:44
· 12 commits to master since this release

Added

  • Added support for bundles, as for the issue #42
  • Added timings in traced steps
  • Add two different events for when it has setup, or is simply ready
  • Adding support for unit tests..finally!
  • Add extra events to the API
  • Added a video with an example for the dsw init command

Updates

  • Fixed problem in init program
  • Fix redirected requests trace data
  • Unregister method, now also drops all indexedDB databases
  • Add support to test steps that should follow an order
  • Fix problem for a specific situation:
    When the request was redirected, using variables, to a not-cached source, on an offline browser, it was failing.
    Also increased the quality of the trace messages.
  • Fixed problem with redirects in tracesteps
  • Fixed problem for "navigate" mode in requests
  • Fixed a few bugs related to the behavior of some specific requests and redirects.
  • Fixed problems for requests in offline mode.
  • Fixed problem with variables in failing requests.

##Learning