c410-f3r / wtx

A collection of different transport implementations and related tools focused primarily on web technologies.
https://c410-f3r.github.io/wtx
Apache License 2.0
191 stars 6 forks source link

[ClientApiFramework] Use `ui_test` in the UI tests #235

Open c410-f3r opened 1 month ago

c410-f3r commented 1 month ago

At the current time ui tests are performed using trybuild but unfortunately this scenario requires dev-dependencies features that inflate the workspace and even creates conflicts with some examples.

  1. Move all tests to wtx-instances/bin/ui/
  2. Configure ui_test in wtx-instances/bin/ui.rs injecting all necessary dependencies
  3. Rewrite tests using the ui_test syntax