cancel
Showing results for 
Search instead for 
Did you mean: 

How to work on UI5 BAS application with uiveri5 in VSCode

277

Since BAS does not support E2E testing tools like uiveri5. we are working on developing framework in VSCode. locally it works for us as we launch localhost index.html and then run uiveri5 TC(in config file we provide localhost url),however how do we access application being developed in BAS(as it is a complete different workspace).. To give an example : when code will be deployed to QA and we have to run functional suite how do we access same, as it is not a cloud URL which can be accessed via script(eg :https://workspaces-ws). what is the solution to such case ? Is there any cloud connector or something like that we can use

View Entire Topic
former_member194549
Contributor

Hi ssilori,

I hope I understand your question correctly: You want to test a UI5 app with uiveri5, which was developed in BAS?

The easiest way to do this is to clone the Git repository on the local machine and run the tests there, as you do with the example above.

Regards
Simon

0 Kudos

Yes correct. I am talking in scenario when application will run in CI env.. code will be deployed from Dev to QA and on QA we have to run E2E TC, how to perform same ?

former_member194549
Contributor
0 Kudos

Typically, the scenario is that the app is run locally in the CI/CD environment and the tests are executed on this temporary instance. If the tests are successful, the app is deployed to QA.