Skip to content

dart2wasm compilation tests #9405

@elliette

Description

@elliette

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:

  1. serves devtools in release mode
  2. modifies the query parameter (to either compiler=wasm or compiler=js)
  3. verifies devtools is now using the wasm or js compilation
  4. 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.dart2wasmtesting

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions