You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `<connect-version>` matches a valid version from CONNECT_VERSIONS in the Makefile
18
-
- `<extension-name>` matches the base name of your .tar.gz file (without the .tar.gz extension)
15
+
-All instructions are run from the root directory
16
+
- Copy a valid Connect license file to `integration/license.lic` making sure the license enables all of the features your content requires, for example API Publishing
17
+
- Copy the packaged extension (\*.tar.gz) to `integration/bundles` or create one using `make -C ./integration package-extension EXTENSION_NAME=my-extension`
18
+
- Run integration tests against a specific Connect version: `make -C ./integration <connect-version> EXTENSION_NAME=<extension-name>`
19
+
-`<connect-version>` matches a valid version from CONNECT_VERSIONS in the Makefile
20
+
- `<extension-name>` matches the base name of your .tar.gz file (without the .tar.gz extension)
0 commit comments