ryukzak / nitta

BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

Smoke tests for user interface #27

Open ryukzak opened 3 years ago

ryukzak commented 3 years ago

Right now, the only way to test our UI is a compilation.

We need to add at least a smoke test for our UI.

We should do the following things:

We should do the following things:

We need to check that all these actions do not raise any exceptions, and testbench passed.

In this post the author gives an example with react-testing-library. It looks like what we need.

ryukzak commented 2 years ago

One of the failed attempts: