UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

14 lines (13 loc) 964 B
{ "name": "auth-tests", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "npm run test:auth:systemLogin && node ../helper/sleeper.js 5 && npm run test:auth:staticLogin", "test:auth:systemLogin": "node ../helper/sleeper.js 10 && npx wdio systemLogin/configCustom.js && node ../helper/sleeper.js 5 && npx wdio systemLogin/configFiori.js && node ../helper/sleeper.js 5 && npx wdio systemLogin/configPlain.js && node ../helper/sleeper.js 5 && npx wdio systemLogin/configSapCloud.js", "test:auth:staticLogin": "node ../helper/sleeper.js 10 && npx wdio staticLogin/configCustom.js && node ../helper/sleeper.js 5 && npx wdio staticLogin/configCustomViaConfig.js && node ../helper/sleeper.js 5 && npx wdio staticLogin/configFiori.js && node ../helper/sleeper.js 5 && npx wdio staticLogin/configPlain.js && node ../helper/sleeper.js 5 && npx wdio staticLogin/configSapCloud.js" }, "author": "", "license": "ISC" }