triple_pattern
triple_pattern copied to clipboard
[Question] Tests with triple pattern
About the tests with the triple pattern, I have some doubts.
Following the doc and what is presented in the repository, I noticed that it is possible to carry out the tests of the store. However, would it be possible to perform end-to-end tests with the triple?
- How could I apply end-to-end tests with triple?
- Would it be coherent when testing a widget, if it triggers store actions, should I also test them within the widget test?
- Would it be possible to provide an end to end test example with triple?
I'm asking here, because I didn't find any reference of tests with the triple. And it would be very helpful for beginners.