Skip to content

2. Development: Tests

Paul Aschmann edited this page Dec 2, 2020 · 1 revision

Overview

Currently ASC has the following automated tests:

  • Administration UI - Integration Tests using OPA5
  • Server/API - Integration Tests using Chai

To Do:

  • ASC SAPUI5 - Integration Tests
  • ASC iOS SDK - Integration Tests
  • ASC Android SDK - Integration Tests
  • Portal UI - Integration Tests

Tests

To run the Portal UI Tests use /admin/test/integration/opaTests.qunit.html

To run the Server API Tests

cd server
npm run test