konfig-integration-tests test SDK directories under sdks/ each map to test under tests/ see util.ts for implementation of tests To create a test Run ./bootstrap-test.js To run tests cd into konfig-integration-tests Run yarn Run yarn test To run tests using earthly (local) cd into konfig-integration-tests Ensure compose/.env file is present and contains the following: NPM_TOKEN, SESSION_SECRET, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY Each line should be formatted as key=value These are passed to docker compose and are used by while running containerized services Run earthly -P +test -P runs earthly in privileged mode (required for earthly image) +test is the name of the earthly target we are running