ui5-uiveri5
ui5-uiveri5 copied to clipboard
End-to-end testing framework for SAPUI5
we know define some methods in "actions" section and some assertions in "assertions" section in Page, and call these methods and assertions in spec file will work, but now we...
we are having a problem to navigate within the same spec.js file. In the code, we are running: browser.testrunner.navigation.to(runtimeUrl, {auth: 'plain'}); We get the following error: 09:01:45 INFO: Spec started:...
Hi there, Is there a possibility to pass capabilities to firefox? I would like to pass the `acceptInsecureCerts: true` option to selenium. I tried with the following config: ``` browsers:...
I've added colors using [chalk](https://github.com/chalk/chalk) in the logger. this makes it much easier to read the output. Example: `/* eslint no-console: */ var _ = require('lodash'); const chalk = require('chalk');...
We try switching from `sapcloud-form` to`github-form` (v1.42.1 - e.g. latest) and found some strange behaviour: When there is `authorize` button everything is working fine. When there is no such button...
For the tests with uiveri5 we created a separate SAP user. Now, after switching to SAP Universal ID, SAP login requires answering Google Captchas. What is the recommended way to...
Hi Colleagues, In our application we use Fiori elements, recently we upgraded UI5 version to 1.105 and after the upgrade send keys function to image uploader control is not working....
Describe the bug After increasing the chromedriver version to 113, I can no longer run my tests in headless mode. In headful mode everything works fine as before. From the...
Since Friday last week we get the following UIVeri5 errors in different pipelines without changing any UIVeri5 settings: Exmple: https://spg.jaas-gcp.cloud.sap.corp/job/SPG/job/scenario-tests/job/main/Scenario-MR-RR-Prod/ Error stack: WebDriverError: unknown error: session deleted because of page...
Hi Team, We're facing the below timeout issue when running uiveri5 script on windows. ``` ScriptTimeoutError: script timeout (Session info: chrome=107.0.5304.107) (Driver info: chromedriver=107.0.5304.62 (1eec40d3a5764881c92085aaee66d25075c159aa-refs/branch-heads/5304@{#942}),platform=Windows NT 10.0.19044 x86_64) ``` ####...