wasm: Make Chrome default testing browser
Currently, emrun will pick the browser to run tests on somewhat arbitrarily. For predictability and stability, we should use one browser as a basis, and Chrome seems to be a good fit as wasm features are generally in good shape on it and it has good support for launching from command-line. Change-Id: I1d06a5916ad24ab9df9b0826c0773c652e6d3fcd Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
89826b9970
commit
20144aab0b
@ -555,6 +555,8 @@ function(qt_internal_add_test name)
|
||||
list(APPEND extra_test_args "quseemrun")
|
||||
list(APPEND extra_test_args "qtestname=${testname}")
|
||||
list(APPEND extra_test_args "--silence_timeout=60")
|
||||
# TODO: Add functionality to specify browser
|
||||
list(APPEND extra_test_args "--browser=chrome")
|
||||
|
||||
# This tells cmake to run the tests with this script, since wasm files can't be
|
||||
# executed directly
|
||||
|
Loading…
Reference in New Issue
Block a user