Commit Graph

7 Commits

Author SHA1 Message Date
Xu Xing cb9a98b90f
[e2e] Enable webgpu intergration test (#7543) 2023-05-06 14:18:27 +08:00
Na Li 1e34d6e772
Clean up e2e test suite. (#4454)
DEV
2020-12-29 12:50:25 -08:00
Yannick Assogba 38bfa73ea7
Move e2e custom bundling test into regression tests/nightly (#3983)
INTERNAL

This PR does a few things to reduce flakiness of e2e test suite as well as increase the speed of e2e for PRs:

- Move the custom bundle test into regression/nightly. This primarily speeds up the regular PR tests by not building tfjs-backend-wasm
- Restrict the final step custom bundle e2e test to chrome. It was flaky on mobile safari probably due to webworker loading (which was needed to provide isolation), and for the flow we want to check testing in chrome is sufficient to meet our needs here.
- Refactoring the tests to use describeWithFlags (and testenvs). This standardizes our testing approach with what is used in the other packages, makes configuring the environment more deterministic and provides better isolation for tests.
2020-09-30 22:07:01 -04:00
Ping Yu ae9a743241
fix safari mobile (#3696)
BUG
2020-07-30 10:06:20 -07:00
Ping Yu 7c7aa620a2
use NamedTensorMap input to execute model for e2e tests (#3412)
BUG
* use NamedTensorMap input to execute model, this will avoid unnecessary wrong assignment of the inputs

* address comments
2020-06-08 20:41:36 -07:00
Na Li 8d3905859c
Migrate converter validation to e2e. (#3348)
INTERNAL
* Move converter validation to e2e.

* Revise README.md

* Move directory operation inside python code.

Co-authored-by: Ping Yu <4018+pyu10055@users.noreply.github.com>
2020-05-29 17:18:53 -07:00
Na Li 04e2c574a0
Start moving integration tests to top level folder. Introduce a tag mechanism for smoke and regression tests. (#3285)
DEV Start moving integration tests to top level folder. Introduce a tag mechanism for smoke and regression tests.
2020-05-21 16:50:36 -07:00