generated from bisco/codex-bootstrap
test: add functional portal suite
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
FROM mcr.microsoft.com/playwright:v1.61.1-noble
|
||||
|
||||
WORKDIR /tests
|
||||
RUN chown pwuser:pwuser /tests
|
||||
|
||||
COPY --chown=pwuser:pwuser package.json package-lock.json ./
|
||||
RUN npm ci --no-audit --no-fund
|
||||
|
||||
COPY --chown=pwuser:pwuser . .
|
||||
|
||||
USER pwuser
|
||||
|
||||
CMD ["npm", "test"]
|
||||
Reference in New Issue
Block a user