Skip to content

Allow parallel tests with "-n=NUM" when using "--dashboard" mode, and more.

Compare
Choose a tag to compare
@mdmintz mdmintz released this 16 Apr 07:08
· 4289 commits to master since this release
24e18ab

Allow parallel tests with -n=NUM when using --dashboard mode, and more.

  • Add the ability to run parallel tests when using the Dashboard.
    -- (Combine -n=NUM_PROCESSES with --dashboard)
  • Change thread-locking of the proxy zip file to process-locking.
  • Fix an issue with log files displaying the last browser used.
  • Update the check_window() method for visual layout tests.
  • Update JS dependencies.
  • Update Python dependencies:
    -- filelock==3.0.12
    -- fasteners==0.16

This resolves: