diff --git a/developer-guide/getting-started/index.html b/developer-guide/getting-started/index.html index b14962f6e..b0fe1a7c7 100644 --- a/developer-guide/getting-started/index.html +++ b/developer-guide/getting-started/index.html @@ -3,7 +3,7 @@

Run unit-tests for lua code

make lua-test
 

Lua tests are located in the directory rootfs/etc/nginx/lua/test

Important

Test files must follow the naming convention <mytest>_test.lua or it will be ignored

Run e2e test suite

make kind-e2e-test
 

To limit the scope of the tests to execute, we can use the environment variable FOCUS

FOCUS="no-auth-locations" make kind-e2e-test
-

Note

The variable FOCUS defines Ginkgo Focused Specs

Valid values are defined in the describe definition of the e2e tests like Default Backend

The complete list of tests can be found here

Custom docker image

In some cases, it can be useful to build a docker image and publish such an image to a private or custom registry location.

This can be done setting two environment variables, REGISTRY and TAG

export TAG="dev"
+

Note

The variable FOCUS defines Ginkgo Focused Specs

Valid values are defined in the describe definition of the e2e tests like Default Backend

The complete list of tests can be found here

Custom docker image

In some cases, it can be useful to build a docker image and publish such an image to a private or custom registry location.

This can be done setting two environment variables, REGISTRY and TAG

export TAG="dev"
 export REGISTRY="$USER"
 
 make build image
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index ccf8c5cd3..3b8e0436d 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ