Skip to content

v2.0.0-alpha.3

Compare
Choose a tag to compare
@binarymist binarymist released this 19 Nov 00:55
· 19 commits to main since this release

Added

  • Add SUT and Emissary strategies 05216f8
    • SUT and Emissary strategies are executed dynamically based on the new properties in the Job schema definition
    • Created new sUt.js and child classes for browser apps and APIs
    • Moved logic in step file app_scan_steps into strategies to be shared by various step files such as app and API specific
    • A host mounted directory is now required to put ephemeral files such as scripts, and in the future API definitions
    • Remove zaproxy dependency due to functionality now being in zAp Emissary
    • Change test plan (feature file) wording
    • Fix browser.js authenticated function to return false when not authenticated, also provide new function for Link strategy to check if authenticated
  • Add debug logging 21e2932
  • Add reset check 3396c3e
  • Add Tester reset functionality c958266

Changed

  • Make Tweaks for gemini.health around adding retries 3a5b64b
  • Change validation for gemini.health aa9b059
  • Improved webDriver waits b6abf90
  • Rework app models d823e6a

Fixed

  • Fix validation change bf00437
  • Validation changes for job file b58d936

v1.0.0-alpha.3...v2.0.0-alpha.3