Skip to content

Commit

Permalink
Update to cypress/included:12.4.1
Browse files Browse the repository at this point in the history
This fixes the problem in
cypress-io/cypress-docker-images#747
  • Loading branch information
ceddlyburge committed May 17, 2023
1 parent 4f72668 commit c2fcc1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cypress
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:12.4.1
FROM cypress/included:12.12.0

COPY cypress.config.js ./
COPY ./cypress ./cypress
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ You will need to create a (free) Netlify account if you haven't already got one,
The [usage_scenario.yml](./usage_scenario.yml) file is used with the [Green Metrics Tool](https://metrics.green-coding.berlin/index.html) from Green Coding Berlin to analyse how much carbon is emitted when using the website. It tracks the emissions from running the cypress tests, which visit every page in the website, so effects of changes can be easily monitored. The lambda and the calls the the google api are not included in this.

You can see some results on the [Green Metrics Tool webiste](https://metrics.green-coding.berlin/stats.html?id=ad7de4a7-9a63-4970-ac00-3bea04843d1b)

The usage_scenario.yml has a very similar format to the usage_scenario.yml, so you can run `docker compose up --build --abort-on-container-exit --exit-code-from cypress` to debug locally.

Submitting runs is currently a manual process, and can be done using the [Certify New Software form](https://metrics.green-coding.berlin/request.html).

0 comments on commit c2fcc1d

Please sign in to comment.