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

13 lines (12 loc) 1.24 kB
{ "name": "core-tests", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "npm run test:dataExchange && node ../helper/sleeper.js 5 && npm run test:functional && node ../helper/sleeper.js 5 && npm run test:integration", "test:dataExchange": "npx wdio dataExchange/config.import.js && node ../helper/sleeper.js 5 && npx wdio dataExchange/config.export.js && node ../helper/sleeper.js 5 && npx wdio dataExchange/config.parallel.js && node ../helper/sleeper.js 5 && npx wdio dataExchange/config.parallel.group.js && node ../helper/sleeper.js 5 && npx wdio dataExchange/config.js", "test:functional": "npx wdio functional/locators/test.locator.conf.js && node ../helper/sleeper.js 15 && npx wdio functional/nativeBrowser/test.conf.js && node ../helper/sleeper.js 15 && npx wdio functional/nonUi5/test.conf.js && node ../helper/sleeper.js 15 && npx wdio functional/ui5Properties/test.conf.js && node ../helper/sleeper.js 15 && npx wdio functional/uiveri5/test.conf.js", "test:integration": "npx wdio testIntegration/config.js && node ../helper/sleeper.js 5 && npx wdio testIntegration/configMultiCombo.js && node ../helper/sleeper.js 5 && npx wdio testIntegration/configTable.js" } }