ttiny/phptestr

Feature proposals

Closed this issue · 0 comments

  • Consider being able to embed the tests with the code like unitest-js . Even if this works this won't fully replace the current system, rather complement it, because this way would be very hard to trace errors etc, also code coverage and test scenarios that need more complicated logic (and possible databases, etc) can not be implemented this way.
  • Consider being able to test nodejs also in the same UI, will be useful for the other pojects
  • Consider being able to load the tests from several test suites at once and creating suites of suites
  • Display files in stack traces and coverage relative to the target dir?