Skip to content

Releases: Qarj/WebImblaze-Framework

WebImblaze-Framework 1.13.1

04 Aug 11:08
Compare
Choose a tag to compare

Version 1.13.1 - Aug 4, 2019

  • wif.config now supports driver= to specify either chrome (Selenium Server) or chromedriver (use chromedriver directly)

WebImblaze-Framework 1.13.0

24 May 15:51
Compare
Choose a tag to compare

Version 1.13.0 - Jun 24, 2019

  • wif.config now supports output_location= in the path section so that the WebImblaze output folder can be controlled (default is ./temp)

WebImblaze-Framework 1.10

12 Nov 21:27
Compare
Choose a tag to compare

Version 1.10 - Nov 12, 2018

  • improved Linux support
  • remove BrowserMob Proxy support

WebImblaze-Framework 1.09

31 Oct 23:00
Compare
Choose a tag to compare

Version 1.09 - Oct 31, 2018

  • rename project to WebImblaze-Framework
  • added --selenium-port, --selenium-post switches
  • added --headless switch
  • added --keep-session and --resume-session
  • grey out superseded automation results
  • added Notepad++ and Ultraedit syntax highlighting files

WebInject-Framework 1.08

08 Jun 20:41
Compare
Choose a tag to compare

Version 1.08 - Jun 8, 2017

  • optimisations - create less temporary files
  • exit 1 if webinject.pl exits 1
  • example wif.config removed from project, but wif.pl can now create a default one if missing
  • example on how to alert in Slack channel if regression batch fails
  • moved some functionality to webinject.pl for performance reasons
  • alert if user account does not have appropriate write permissions

WebInject Framework 1.05

12 Jun 18:10
Compare
Choose a tag to compare

Version 1.05 - Jun 12, 2016

  • testonly and liveonly was replaced by runon in webinject, wif.pl needs to write out the environment to the webinject config to support this
  • selenium server location was using a hard coded value rather than the config value

WebInject Framework 1.04

30 May 13:52
Compare
Choose a tag to compare

Version 1.04 - May 30, 2016

  • webinject.pl no longer requires less than character to be escaped, needed to update wif.pl as a result
  • made many of the results output internal links relative

WebInject Framework 1.03

11 May 20:35
Compare
Choose a tag to compare

Version 1.03 - May 11, 2016

  • automatically switch environment if target not found but can be found an another environment

WebInject Framework 1.02

11 May 19:26
Compare
Choose a tag to compare

Version 1.02 - May 11, 2016

  • no longer have to cd to wif.pl folder before starting it
  • use make_path to make folders, will not die if folder already exists
  • fixed write batch summary record retry
  • fixed a rare bug with processing the environment config

WebInject Framework 1.01

04 May 21:07
Compare
Choose a tag to compare

Version 1.01 - May 4, 2016

  • find test case file when folder not specified, and also without xml extension
  • command line options now accepted for tasks --target and --batch
  • tweaks to robustness with many parallel instances of wif.pl