Add some integration tests for github-auth (#195729)

This commit is contained in:
Tyler James Leonhardt
2023-10-16 13:58:44 -07:00
committed by GitHub
parent 9abd7cbbc7
commit 482d5ba393
8 changed files with 283 additions and 1 deletions

View File

@@ -112,6 +112,11 @@ echo
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS $(mktemp -d 2>/dev/null) --extensionDevelopmentPath=$ROOT/extensions/configuration-editing --extensionTestsPath=$ROOT/extensions/configuration-editing/out/test $API_TESTS_EXTRA_ARGS
kill_app
echo
echo "### GitHub Authentication tests"
echo
yarn test-extension -l github-authentication
kill_app
# Tests standalone (CommonJS)