cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

chore: update test-project package.json #1061

Closed MikeMcC399 closed 4 months ago

MikeMcC399 commented 4 months ago

Issue

factory/test-project/package.json has several minor issues:

The description and author fields are blank. The license field is incorrectly showing ISC.

Changes

Make corrections to factory/test-project/package.json:

  1. Add a description "Test project for Cypress Docker images"
  2. Remove the author and license fields. The test-project is never published separately and the repo itself is licensed with the MIT license

Verification

On Ubuntu 22.04.4 LTS, Node.js 20.13.1 LTS

execute:

cd factory/test-project
npm install cypress@latest --no-package-lock
npm test
npm uninstall cypress --no-package-lock

and confirm that all tests run successfully.

cypress-app-bot commented 4 months ago