hmanchev / teched2019-opa

This project provides code samples and a test case to demo OPA5 testing for a hands-on session at SAP TechEd 2019. These test cases cover unit and integration tests running against a mock server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teched2019-OPA5 testing Hands On

This project provides code samples and test case to demo OPA5 testing for teched2019 purpose. These testcases cover component- and integration tests running against a mock server.

Requirements

To run the app, you need to have node and npm installed.

Download and Installation

To run the app you have to do following steps: Clone the repo:

git clone https://github.com/SAP-samples/teched2019-opa.git

Than install the app:

cd teched2019-opa
npm install
npm run start

To run tests in single run mode:

npm run test

To run tests in watch mode:

npm run test-start

Support

This project is provided "as-is": there is no guarantee that raised issues will be answered or addressed in future releases.

License

Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the SAP Sample Code License, except as noted otherwise in the LICENSE file.

About

This project provides code samples and a test case to demo OPA5 testing for a hands-on session at SAP TechEd 2019. These test cases cover unit and integration tests running against a mock server.

License:Other


Languages

Language:JavaScript 95.8%Language:HTML 3.6%Language:CSS 0.5%