-
Notifications
You must be signed in to change notification settings - Fork 3
Download
You only need to load the api.min.js
that you can find in the current repository. You may also view it separately here.
By embedding that single script in the home page. In your index.html file, go to the <head>
part of the page and include the following main script
tag:
<script type="text/javascript" src="api.min.js" async onload="Init('')"></script>
For the needs of the tool, you keep the testing script of your usability sessions into a separate JSON file, the UseCaseData.json
file. Create your testing script according to the template that is provided here.
Set then the path to this file as a parameter in the main function you call on the initial loading of the script: Init('childfolder/subchildfolder/')
In case the JSON file is located on the parent project folder, then set an empty string as parameter : Init('')
Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
Except as provided below, this software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.