Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit c22d8da

Browse files
author
Chris Wiechmann
committed
Adding a note how to run the integration tests
1 parent 8addce4 commit c22d8da

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DEVELOPMENT.MD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@
3232

3333
5. Merge back master to developer for next development iteration
3434

35+
## Run tests
36+
37+
### Run Integration-Tests
38+
39+
Clone the project
40+
change the elasticsearch/docker-compose.es01.yml --> - xpack.security.enabled=true to - xpack.security.enabled=false
41+
docker-compose -f elasticsearch/docker-compose.es01.yml -f elasticsearch/docker-compose.es01init.yml up -d
42+
cd apibuilder4elastic
43+
npm install
44+
npm test
45+
46+
To run only individual tests you may set `it.only(.....)`
47+
3548
## Create the shipped certificates
3649

3750
To generate the sample keys and certificates we are using the Elasticsearch cert-util:

0 commit comments

Comments
 (0)