We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ab8c0 commit 40d7643Copy full SHA for 40d7643
Dockerfile
@@ -5,3 +5,4 @@ RUN npm install -g @vue/cli && (yes | vue create my-vue-app --default)
5
RUN cd my-vue-app && yarn build
6
RUN mkdir -p my-tests && cd my-tests && yarn add playwright
7
# test
8
+# test
0 commit comments