Archived
1
0

feat: add playwright

This commit is contained in:
Joe Previte
2021-01-26 14:44:23 -07:00
parent 966e9cc238
commit 66fe663e33
5 changed files with 155 additions and 2 deletions

View File

@ -0,0 +1,10 @@
# Use the playwright Docker image
FROM mcr.microsoft.com/playwright:bionic
## NOTES
# Somehow get code-server artifact
# Run it locally on port 8080
# so that it can be accessed in our tests
# It should build the project
# Start code server and then we should run the tests