Currently tests are always run with a unittest-provided HTML shim. The user should be able to provide their own HTML page. In practice, most people who do this with the old unittest have whatever_test.html alongside whatever_test.dart, so we should just detect that pattern.
Currently tests are always run with a
unittest-provided HTML shim. The user should be able to provide their own HTML page. In practice, most people who do this with the old unittest havewhatever_test.htmlalongsidewhatever_test.dart, so we should just detect that pattern.