Skip to content

Commit

Permalink
Merge pull request #2584 from department-of-veterans-affairs/testing-ux
Browse files Browse the repository at this point in the history
LEAF-4579 - Improve Testing UX
  • Loading branch information
Pelentan authored Oct 28, 2024
2 parents 4304af7 + 32ab68b commit 488f7cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docker/nginx/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ <h2>Automated Tests</h2>
<table>
<tr>
<td><a href="http://host.docker.internal:8000/api/v1/test" target="_blank">API tester</a></td>
<td>These are tests primarily for api's that can be targeted by client-side javascript calls.</td>
<td>These are tests primarily for api's that can be targeted by client-side javascript calls.<br />
<a href="http://host.docker.internal:8000/api/v1/test?-v" target="_blank">Run in verbose mode</a>
</td>
</tr>
<!-- <tr>
<td><a href="http://host.docker.internal/selenium-tests" target="_blank">End-to-End tests</a></td>
Expand Down
2 changes: 1 addition & 1 deletion docker/playwright/playwright.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:22-slim

WORKDIR /usr/app
RUN npm install -D @playwright/test@latest
RUN npx playwright install --with-deps
RUN npm install -D mysql2

WORKDIR /usr/app/leaf
RUN npx playwright install --with-deps
CMD node main.js

0 comments on commit 488f7cd

Please sign in to comment.