1.1.2 • Published 4 years ago

cypress-sapui5 v1.1.2

Weekly downloads
2
License
Apache 2.0
Repository
github
Last release
4 years ago

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.

CyPress with Fiori Element application

Installation

npm install cypress-sapui5 --dev-install

  • Add the following in the cypress.json
{
    "env" : {
        "ui5" : {
            "auth" : {
                    "user" : "****",
                    "pass" : "****"
            },
            "serviceURL" : "http://localhost:8080/sap/opu/odata/**/**/",
            "flpURL" : "http://localhost:8080/test/flpSandbox.html?sap-language=FR",
            "targetMapping" : "objSem-action",
            "sap_sid" : "S01",
            "sap_client" : "100"
        }
    }
}

Add the import/require in the CypRess support/index.js file:

require('cypress-wait-until')
require('cypress-sapui5')

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
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago