CyPress for SAPui5
Description
This is an non-official add-onn for CyPRess which give the capabilities to manage UI5 control easily.
I will put in it as much as functions to help the use of CyPress dealing with SAPui5 world.
Please fill free to participate and contribute to that project.
The full documentation is based on the Wiki page here.
Installation
npm install cypress-sapui5 --dev-install
- Add the following in the cypress.json
Add the import/require in the CypRess support/index.js file:
Be sure that in your package.json in devDependencies you have:
...,"cypress-wait-until": "^1.6.1","cypress-sapui5": "^1.1.1"...
Release
Version v1.1.2
- Corr: when basic auth not available
Version v1.1.1
- Add timeout on visit command for ui5Login
Version v1.1.0
- add ui5ForEachItems function
- add Wiki page documentation
- clear the documentation
- add Youtube example