class Mint::TestRunner
- Mint::TestRunner
- Reference
- Object
Defined in:
macros.crtest_runner.cr
test_runner/documentation_reporter.cr
test_runner/dot_reporter.cr
test_runner/reporter.cr
Constant Summary
-
BROWSER_PATHS =
{firefox: {"firefox", "/Applications/Firefox.app/Contents/MacOS/firefox-bin"}, chrome: {"chromium-browser", "chromium", "google-chrome", "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"}}
Constructors
Macro Summary
Instance Method Summary
- #compile_ast
- #compile_script(ast)
- #handle_message(data : Message) : Nil
- #open_browser
- #open_page
- #open_process(path, profile_directory)
- #reset
- #resolve_browser_path : String
- #resolve_reporter : Reporter
- #run : Bool
- #setup_kemal
- #shutdown
- #stop_server
- #terminal