Add custom-html-template-path config option (#1127)
This allows for reusing one template file across all tests in use cases where external scripts or html elements are required for all tests. The possibility to still use local html files per test file is retained. Fixes https://github.com/dart-lang/test/issues/39
Showing
- pkgs/test/CHANGELOG.md 5 additions, 0 deletionspkgs/test/CHANGELOG.md
- pkgs/test/README.md 38 additions, 1 deletionpkgs/test/README.md
- pkgs/test/doc/configuration.md 6 additions, 0 deletionspkgs/test/doc/configuration.md
- pkgs/test/lib/src/runner/browser/platform.dart 48 additions, 21 deletionspkgs/test/lib/src/runner/browser/platform.dart
- pkgs/test/lib/src/runner/browser/static/default.html.tpl 8 additions, 0 deletionspkgs/test/lib/src/runner/browser/static/default.html.tpl
- pkgs/test/pubspec.yaml 1 addition, 1 deletionpkgs/test/pubspec.yaml
- pkgs/test/test/runner/browser/runner_test.dart 276 additions, 2 deletionspkgs/test/test/runner/browser/runner_test.dart
- pkgs/test_core/CHANGELOG.md 2 additions, 0 deletionspkgs/test_core/CHANGELOG.md
- pkgs/test_core/lib/src/runner/configuration.dart 12 additions, 0 deletionspkgs/test_core/lib/src/runner/configuration.dart
- pkgs/test_core/lib/src/runner/configuration/load.dart 3 additions, 0 deletionspkgs/test_core/lib/src/runner/configuration/load.dart
Loading
Please register or sign in to comment