Skip to content

Commit

Permalink
Add cypress-wait-until plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
megawebmaster committed Sep 21, 2020
1 parent d5fee9f commit e293253
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@ RUN npm config -g set user $(whoami)
# see https://on.cypress.io/caching
ENV CYPRESS_CACHE_FOLDER=/root/.cache/Cypress
RUN npm install -g "cypress@5.2.0"
RUN npm install -g "cypress-file-upload@4.1.1"
RUN cypress verify

# Cypress cache and installed version
# should be in the root user's home folder
RUN cypress cache path
RUN cypress cache list

# Install plugins
RUN npm install -g "cypress-file-upload@4.1.1"
RUN npm install -g "cypress-wait-until@1.7.1"

# Link required libraries
RUN npm link cypress-file-upload
RUN npm link cypress-wait-until
RUN npm link @babel/core
RUN npm link @babel/preset-env
RUN npm link @babel/preset-react
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Name + Tag | Node | Firefox | Chrome | Cypress | Plugins
megawebmaster/cypress:4.4.0 | 13.6.0 | 72.0.2 | 80.0.3987.87 | 4.4.0 |
megawebmaster/cypress:4.5.0-1 | 13.6.0 | 72.0.2 | 80.0.3987.87 | 4.5.0 |
megawebmaster/cypress:5.2.0-2 | 13.8.0 | 75.0 | 81.0.4044.113 | 5.2.0 | cypress-file-upload@4.1.1
megawebmaster/cypress:5.2.0-3 | 13.8.0 | 75.0 | 81.0.4044.113 | 5.2.0 | cypress-file-upload@4.1.1, cypress-wait-until@1.7.1

0 comments on commit e293253

Please sign in to comment.