Skip to content

Arjuna 1.0.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@rahul-verma rahul-verma released this 15 Jun 16:45
  • Fixed run-session/run-stage/run-group commands as per changes in YAML.
  • Parallel execution uses multiprocessing instead of multithreading now.
  • Different Reference configs can be provided for different groups.
  • GuiMultiElement now inherits from IterableAsserterMixin to support size-related assertions.
  • Internal logging clean-up.
  • Network recording support for Firefox
  • Contextual Logging
    • Improved logic to allow setting contexts in a reference config.
    • A logging call marked with contexts does not get logged by default unless it has an intersection of atleast one context with ArjunaOption.LOG_ALLOWED_CONTEXTS in the reference config for the run.
    • Introduced 3 built-in contexts: report, resource, request.
    • More contextual logs will be introduced.