Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
/ teched2019-opa Public archive

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.

Notifications You must be signed in to change notification settings

SAP-archive/teched2019-opa

Repository files navigation

Important Notice

This public repository is read-only and no longer maintained. For the latest sample code repositories, visit the SAP Samples organization.

REUSE status

Teched2019-OPA5 testing Hands On

This project provides code samples and test case to demo OPA5 (One Page Acceptance Tests) 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published