AppSuite:Web Tests: Difference between revisions
No edit summary |
(Updated page) |
||
Line 1: | Line 1: | ||
= OX App Suite Web Tests = | = OX App Suite Web Tests = | ||
Functional tests for the web interface of OX App Suite simulate end-user operations. To use it, clone the | Functional tests for the web interface of OX App Suite simulate end-user operations. To use it, you can either download a pre-built jar-package or you can clone the source-files from the repository | ||
== Downloading the pre-built package == | |||
Simply download the package and follow the execution information provided in the sample-tests project: | |||
* [https://gitlab.open-xchange.com/qa/appsuite-testing/sample-tests#configuring-your-environment Configuration] | |||
* [https://gitlab.open-xchange.com/qa/appsuite-testing/sample-tests#execution Execution] | |||
Download the desired version: | |||
* [https://artifactory.open-xchange.com/artifactory/qa/com/openexchange/testing/appsuite-core-tests/7.8.4-SNAPSHOT/appsuite-core-tests-7.8.4-SNAPSHOT.jar AppSuite Core Tests (7.8.4)] | |||
== Building tests on your own (or creating your own test-project) == | |||
Clone the tests from the repository and follow the instructions provided in the sample-tests project: | |||
* [https://gitlab.open-xchange.com/qa/appsuite-testing/sample-tests/#building-your-project Building] | |||
Clone the desired version (e.g. 7.8.4): | |||
<code> | <code> | ||
$ git clone https://gitlab.open-xchange.com/qa/ | $ git clone -b 7.8.4 https://gitlab.open-xchange.com/qa/appsuite-testing/appsuite-core-tests | ||
</code> | </code> | ||
After cloning and building you can follow the [https://gitlab.open-xchange.com/qa/appsuite-testing/sample-tests#configuring-your-environment configuration] and [https://gitlab.open-xchange.com/qa/appsuite-testing/sample-tests#execution execution] steps shown in the sample-tests project. | |||
Keep in mind that you have to adapt the project names and paths according to your environment. | |||
[[Category: AppSuite]] [[Category: Testing]] | [[Category: AppSuite]] [[Category: Testing]] |
Revision as of 09:56, 28 May 2018
OX App Suite Web Tests
Functional tests for the web interface of OX App Suite simulate end-user operations. To use it, you can either download a pre-built jar-package or you can clone the source-files from the repository
Downloading the pre-built package
Simply download the package and follow the execution information provided in the sample-tests project:
Download the desired version:
Building tests on your own (or creating your own test-project)
Clone the tests from the repository and follow the instructions provided in the sample-tests project:
Clone the desired version (e.g. 7.8.4):
$ git clone -b 7.8.4 https://gitlab.open-xchange.com/qa/appsuite-testing/appsuite-core-tests
After cloning and building you can follow the configuration and execution steps shown in the sample-tests project.
Keep in mind that you have to adapt the project names and paths according to your environment.