Commit ebdabb6
committed
add new dcm e2e tests
Add DCM e2e tests focused on user experience.
Here are some requisites and thoughts kept in mind while designing and
coding the tests:
* Document what the test should do and its expectations.
* Make it as much focused on user experience as possible: create the
scenarios and validate the result checking the behavior in the same
way the user would observe it.
* Make it more declarative: create the pre-requisite for the test inside
the test itself, instead of relying on pre-configured requisites.
* Make it simple to follow: try to abstract complexities into higher
level calls, making the test itself smaller, but also comprehensive.
https://redhat.atlassian.net/browse/NE-25291 parent 394edfe commit ebdabb6
2 files changed
Lines changed: 577 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
846 | 849 | | |
847 | 850 | | |
848 | 851 | | |
849 | | - | |
| 852 | + | |
850 | 853 | | |
851 | 854 | | |
852 | 855 | | |
| |||
0 commit comments