diff --git a/.kokoro/appengine/common.cfg b/.kokoro/appengine/common.cfg index 10183e3234..5b6a28efc5 100644 --- a/.kokoro/appengine/common.cfg +++ b/.kokoro/appengine/common.cfg @@ -14,3 +14,10 @@ env_vars: { key: "TRAMPOLINE_BUILD_FILE" value: "github/nodejs-docs-samples/.kokoro/build.sh" } + +# Export XUnit test results for further analysis +action { + define_artifacts { + regex: "**/all-tests.xml" + } +} \ No newline at end of file diff --git a/.kokoro/functions/common.cfg b/.kokoro/functions/common.cfg index a0ffd6fe31..73ca2ffca1 100644 --- a/.kokoro/functions/common.cfg +++ b/.kokoro/functions/common.cfg @@ -19,4 +19,11 @@ env_vars: { env_vars: { key: "BASE_URL" value: "http://localhost:8080" +} + +# Export XUnit test results for further analysis +action { + define_artifacts { + regex: "**/all-tests.xml" + } } \ No newline at end of file