Skip to content

Commit

Permalink
Merge pull request #5402 from dfe-analytical-services/EES-4877-perfor…
Browse files Browse the repository at this point in the history
…mance-testing-public-api

Ees 4877 performance testing public api
  • Loading branch information
duncan-at-hiveit authored Nov 20, 2024
2 parents a74c011 + 910b145 commit f9b5058
Show file tree
Hide file tree
Showing 26 changed files with 5,125 additions and 1,501 deletions.
10 changes: 7 additions & 3 deletions tests/performance-tests/.env.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
"publicUrl": "http://ees.local:3000",
"contentApiUrl": "http://ees.local:5010/api",
"dataApiUrl": "http://ees.local:5000/api",
"publicApiUrl": "http://ees.local:8000/api",
"supportsRefreshTokens": true,
"publicApiUrl": "https://ees.local:5051/api",
"users": [
{
"name": "bau1",
"email": "[email protected]",
"password": "password"
}]
}
],
"openIdConnect": {
"clientId": "ees-admin-client",
"refreshTokenUrl": "https://ees.local:5031/auth/realms/ees-realm/protocol/openid-connect/token"
}
}
}
4 changes: 2 additions & 2 deletions tests/performance-tests/Dockerfile-node-chromium
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:16
FROM node:20.16.0

RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list \
&& apt-get update \
&& apt-get -y install google-chrome-stable \
&& rm -rf /var/lib/apt/lists
&& rm -rf /var/lib/apt/lists
175 changes: 112 additions & 63 deletions tests/performance-tests/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit f9b5058

Please sign in to comment.