Skip to content

Commit

Permalink
Cypress image 14
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Jan 31, 2025
1 parent a162a87 commit 47326fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/react-workshop/scripts/run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const spawn = require('child_process').spawn;
const args = process.argv.slice(2).join(' ');

const IMAGE_NAME = 'cypress/included:13.8.1'; // https://hub.docker.com/r/cypress/included
const IMAGE_NAME = 'cypress/included:14.0.1'; // https://hub.docker.com/r/cypress/included

// Need to use this script because current directory variable is different in different shells
const dockerProcess = spawn(
Expand Down

0 comments on commit 47326fb

Please sign in to comment.