Integrate trigger behavior with unit tests #3880
Unanswered
TheProgrammer21
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Make some changes to (or add another) trigger behavior of the Response() function in requests.
There should be a possibility to add the unit tests to the request history or access the request history of unit tests.
Example usage:
Unit tests add a category. For this category 2 subcategories need to be created by specifying the first category's id as parent id.
When you now use "Always" trigger behavior you have 4 categories, not 3. One parent and sub-category and another.
When you use the history the requests sent by the unit-tests are not considered - therefore it is not possible (or at least I don't know how) to create unit tests for my scenario.
Beta Was this translation helpful? Give feedback.
All reactions