-
Epic
-
Resolution: Unresolved
-
Normal
-
None
-
None
In order to optimize to the growing number of supported features, it is not practical to continue executing all possible scenarios through the e2e tests.
A balance needs to be preserved between the e2e and unit tests.
Some tests may be better fit for higher level testing, e.g. QA tests.
The network e2e tests need to be examined to find tests that can be:
- Removed in favor of unit tests.
- Removed in favor of higher level tests (QA).
- Combined with other similar tests.
- That may have the same setup, but different asserts.
- That can be changed to have the same setup as other tests.