Skip to content

chore: update test-project package.json #1061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

MikeMcC399
Copy link
Collaborator

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
Copy link

@MikeMcC399 MikeMcC399 force-pushed the update/test-project-package branch from 2cf0db0 to bda6758 Compare May 22, 2024 08:26
@MikeMcC399 MikeMcC399 marked this pull request as ready for review May 22, 2024 08:47
@jennifer-shehane jennifer-shehane merged commit e822710 into cypress-io:master May 22, 2024
31 checks passed
@MikeMcC399 MikeMcC399 deleted the update/test-project-package branch May 22, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants