I am trying to test a reactive web application using BDDFramework Client-side, I have created a new application for testing and trying to create test case in them but I am not able to add the dependency of of the BDD Framework Client-side.
Whenever I am trying to add the dependency only the theme is getting add.
Can anyone help me in this?
Hello Prathamesh Pitale,
Thank you for reaching out!This reply is a bit late and hopefully, by now you were able to get past the problem.
However, in case you are still facing the issue, the test application itself needs to be a mobile application, because the BDDFramework Client-side blocks are all mobile blocks. Additionally, the reason for this is so BDDFramework can be used to test both react web and mobile applications.
As a last tip, I encourage you to take advantage of the template accelerators, as they speed up your initial test setups, and ensure you have all the required building blocks already referenced.
For example, when creating a new Test App, choose the BDD Framework Client Side template.
Once you create the module inside the App, you will have all the required blocks already imported (1), and some base templates you can copy-paste to create new test blocks (2).
Finally, when creating a new test suite screen inside your test app, you can also use the component's screen templates, which have the base structure for the test suite and allow you to focus on just coding the test.
Let me know info if this helped solve your problems while using this componenent, in case you were still blocked.
Thank you!