Skip to content

Commit

Permalink
bump to cypress 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Feb 25, 2020
1 parent 4b5ff9c commit 5c4f41c
Show file tree
Hide file tree
Showing 5 changed files with 908 additions and 464 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec

This change log follows the format documented in [Keep a CHANGELOG](http://keepachangelog.com/).

## v1.0.6

### Changed

- Bumps to Cypress v4.0.2

## v1.0.5

### Changed
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Michael Herman
Copyright (c) 2020 Michael Herman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
@@ -1,8 +1,8 @@
# base image
FROM cypress/browsers:node12.13.0-chrome78-ff70-brave78
FROM cypress/browsers:node12.13.0-chrome80-ff73

# set cypress version
ENV CYPRESS_VERSION 3.6.1
ENV CYPRESS_VERSION 4.0.2
ENV SNAPSHOT_DIRECTORY /usr/src/app/cypress/snapshots
ENV CI true npm install cypress

Expand Down

0 comments on commit 5c4f41c

Please sign in to comment.