Skip to content

Commit 6a5c02a

Browse files
authored
Clarify prerequisites for CI tests (#179)
1 parent fc528ea commit 6a5c02a

File tree

1 file changed

+9
-4
lines changed
  • src/development-guide/testing

1 file changed

+9
-4
lines changed

src/development-guide/testing/ci.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,20 @@ A job sequence is created with
5858

5959
![abapGit CI job scheduler](/img/ZABAPGIT_CI_JOB_SCHEDULER.png)
6060

61-
### Check transportable packages
61+
## Check transportable packages
6262

6363
Optionally you can also let abapGit CI create the repositories in transportable packages. You need to activate the checkbox in the selection screen and specify the transport layer. Then the pull and purge actions will each get recorded into a transport request per repository. These get released and their content is checked to ensure it matches the objects in the repository.
6464

6565
To set up a suitable transport landscape on the AS ABAP Developer Edition you need to create a new virtual system in STMS (for example `EXP`, `Virtual export system`). This serves as a dummy export target for transport requests. Next, you need to create a new transport layer (for example `ZEXP`) and connect the current system and the virtual system with it. Then save and activate the configuration.
6666

6767
![STMS transports landscape](/img/STMS.png)
6868

69-
**Prerequisites:**
69+
## Prerequisites
7070

71-
- abapGit developer version
72-
- SAP NetWeaver 7.50 or higher
71+
There are a few prerequisites for running the CI test suite:
72+
73+
- abapGit developer version must be installed
74+
- SAP Basis 7.50 or higher
75+
- Tests are hosted at https://github.com/abapGit-tests
76+
- Test objects shall be included in SAP Basis 7.50 (Exception: the main object type is only available in higher releases)
77+
- Test objects from SAP ERP or industry solutions shall be avoided (Exception: the main object type is only available in ERP)

0 commit comments

Comments
 (0)