mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 13:06:22 +00:00
Run tests in a headless browser with vitest browser mode and playwright
This commit is contained in:
8
dev.Dockerfile
Normal file
8
dev.Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM mcr.microsoft.com/playwright:v1.51.1-noble
|
||||
|
||||
ENV NODE_VERSION 22.14
|
||||
|
||||
# Install Node.js
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash && \
|
||||
\. "$HOME/.nvm/nvm.sh" && \
|
||||
nvm install ${NODE_VERSION}
|
||||
Reference in New Issue
Block a user