-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.dart2wasmtesting
Description
We don't currently have any tests for our wasm-compiled app besides our benchmark tests.
Ideally, I would like to have a test that:
- serves devtools in release mode
- modifies the query parameter (to either
compiler=wasmorcompiler=js) - verifies devtools is now using the wasm or js compilation
- verifies the local storage file containing the users preference now contains either wasm or js
This likely will need a new test setup to serve DevTools in release build. I'm not sure the best package for this, whether we should be using integration_test or webdriver.
Metadata
Metadata
Assignees
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.dart2wasmtesting