ui5-uiveri5 icon indicating copy to clipboard operation
ui5-uiveri5 copied to clipboard

End-to-end testing framework for SAPUI5

Results 51 ui5-uiveri5 issues
Sort by recently updated
recently updated
newest added

HI Team, Getting following error on executing 'uiveri5' command on linux machine (Whereas it works perfectly fine in windows cmd shell): Unable to resolve git branch, seems on detached head,...

I am trying to run my script in Safari 13.0.1 version using uiveri5, I am getting SessionNotCreatedError: Request body does not contain required parameter 'capabilities' when executing the scripts. capabilities...

bug

Hi, team, I have a problem with the creation of the reporters which are prescribed in the conf.js file. The files with reports created only if we create the corresponding...

Hi, As we can see, the support for multiple session is in your backlog. As we are setting up our CI\CD jobs and need to implement it on our own...

question

My spec as below: ```javascript it('Should save my Purchase Order', () => { Given.iStartTheApp(); When.onTheChargebackPage.iSelectAnOrder(); When.onTheChargebackPage.iPressTheGoButton(); When.onTheChargebackPage.iSelectTheOrderInTable(); When.onTheChargebackPage.iEnterAPurchaseOrder(); When.onTheChargebackPage.iClickSave(); // Then.onTheChargebackPage.iShouldSeeMyOrderSaved(); // When.onTheChargebackPage.iRefreshTheBrowser(); When.onTheChargebackPage.iSelectAnOrder(); When.onTheChargebackPage.iPressTheGoButton(); When.onTheChargebackPage.iSelectTheOrderInTable(); Then.onTheChargebackPage.iShouldSeeMyPurchaseOrder(browser.testrunner.config.params.purchaseOrder); }); ``` Upon...

question

Hi, I'm looking into code coverage and want to get coverage for my uiveri5 tests. I've done it with a "hack" now using ui5-middleware-code-coverage which does work. I'm the author...

question

Hi experts, Here is the scenario: I am using a .bat file to run uiveri5, `uiveri5 --params.appHost=https://grcpcrmcontrollibrary-mpstandalone-manualprocedures-srv.cfapps.sap.hana.ondemand.com -- --params.spec=./test.spec.js ../conf_local.js` I want to use the value of params.appHost in a...

question

Hello Are there any similar to `sapcloud-form` tools to authenticate for api testing? As far as I see `request` is firing in NodeJS environment resulting in redirects to login page...

question

Could you please suggest to me how we can clear sap.ui.mdc.field.FieldInput? My realization: var amountField= element(by.control({ controlType: "sap.ui.mdc.field.FieldInput", id: /.+FormContainer::GeneralInformation::FormElement::DataField::amount::Field-inner$/gm, interaction: "focus" })) amountField.clear(); amountField.sendKeys(AMOUNT); Maybe I did something wrong?

question