Skip to content

1.3.35

Compare
Choose a tag to compare
@authorjapps authorjapps released this 30 Sep 07:13
· 269 commits to master since this release

Logging Features

  • Scenario logging to console is more prettier now
  • Prints the scenario name under "Scenario:" title for all scenarios run
    • Helps in straight jumping to a scenario that failed instead of wasting time in search and find operation
    • No more detective work to figure out which scenario failed as well as which exact step failed
  • Devs/SDETs can put their logging level to WARN to reduce the noice due to INFO and DEBUG level logging(this is optional)
  • Removed "missing query param" and "missing headers" from WARN level