Hello Guys,
I wanted to automate my wdi5 tests using a pipeline in bitbucket.
Then, unfortunately, I ran into a problem because my tests fail immediately without executing them properly.
That's why I wanted to ask how I can automate my tests. I...
Hi everyone,
I am currently working on an application and would like to test it now.
When clicking a button the user gets a MessageToast as a response and I wanted to test this now.
I tried to initialize the control as follows:
const messageT...