ansonliao / Selenium-Extensions

A tool for supporting Selenium run test cases by parallel and multiple browsers types, and provide beautiful and detail test step test report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support run all tests of Maven test project, not only the tests of specified package

ansonliao opened this issue · comments

Current now we need to specified which package's test should be run, it's limited our that run the all tests from test project.

  1. Can run all tests of TestNG from test project
  2. Can specify what package's tests will be run
  3. Can run tests from a specified tests list (class name in a list)

PR:
#3