Skip to content

Commit abfef4c

Browse files
committed
feat(e2e): Add e2e tests for project
1 parent 0ebe029 commit abfef4c

File tree

4 files changed

+628
-1
lines changed

4 files changed

+628
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ bin
1919
# Helm
2020
*.tgz
2121

22-
.DS_Store
22+
.DS_Store
23+
24+
**/.env
25+
**/.env.*
26+
!**/.env.example

e2e/.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export HOSTNAME="command.hostname.com"
2+
export API_PATH="KeyfactorAPI"
3+
4+
export CERTIFICATE_TEMPLATE="Server_tlsServerAuth-1y"
5+
export CERTIFICATE_AUTHORITY_HOSTNAME=""
6+
export CERTIFICATE_AUTHORITY_LOGICAL_NAME="Sub-CA"
7+
8+
export OAUTH_TOKEN_URL="https://example.com/oauth2/token"
9+
export OAUTH_CLIENT_ID="changeme"
10+
export OAUTH_CLIENT_SECRET='changeme'

0 commit comments

Comments
 (0)