From 4d2c1b05f8b3a3ad3671bd6ff4b3daebace3e254 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 18 Aug 2023 14:12:26 -0400 Subject: [PATCH] Add to DEVELOPER_GUIDE Signed-off-by: Craig Perkins --- DEVELOPER_GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index c1f9096d8..6dbf94d2e 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -96,6 +96,8 @@ From the base directory, run `yarn start`. This should start dashboard UI succes To run selenium based integration tests, download and export the firefox web-driver to your PATH. Also, run `node scripts/build_opensearch_dashboards_platform_plugins.js` or `yarn start` before running the tests. This is essential to generate the bundles. +The integration tests take advantage of [npm "pre" scripts](https://docs.npmjs.com/cli/v9/using-npm/scripts) to run a node based SAML IdP for integration tests related to SAML authentication. This will run a background process that listens on port 7000. + ## Submitting Changes See [CONTRIBUTING](CONTRIBUTING.md).