ParaTest v2.2.0 Release Notes

Release Date: 2019-01-28 // about 5 years ago
  • ๐Ÿ†• New Features

    • โœ… #349 Add "--parallel-suite" (run test suites in parallel) feature. Thank you @matthewnessworthy and @ThomasDelteil.
    • โœ… #359 Enable splitting "--testsuite" option by ",". Thank you @paslandau.
    • โœ… #361 Add "--passthru" (pass arguments to the test framework), "--passthru-php" (pass arguments to the PHP process) and "--verbose" (print debug output) features. Thank you @paslandau.
    • โœ… #363 Logfiles for WrapperRunner. Thank you @paslandau.

    Important Changes

    • ๐Ÿ‘€ The default value of -p changes to auto (was 5 before). If you set the parameter before, you can just leave as is if it worked for you, if you didn't provide the parameter for execution, the default changed and you might see less or more processes now depending on the number of logical CPU cores you have (see Readme).

    ๐Ÿ‘Œ Improved Documentation

    Especially regarding code coverage. Thank you @paslandau.