Skip to content

Update Docker and script to run Jasmine unit tests #543

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

Closed
wants to merge 8 commits into from

Conversation

gsambrotta
Copy link
Collaborator

@gsambrotta gsambrotta commented Jul 14, 2025

  • update package.json with script to run Jasmine unit tests too
  • update Dockerfile to a newer and not deprecated version
  • update Github workflow so it can run Cypress and unit tests

Copy link

vercel bot commented Jul 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kendraio-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 15, 2025 0:59am

@gsambrotta gsambrotta self-assigned this Jul 14, 2025
@gsambrotta gsambrotta changed the title Add script to run unit tests Update Docker and scrip to run Jasmine unit tests Jul 15, 2025
@gsambrotta gsambrotta changed the title Update Docker and scrip to run Jasmine unit tests Update Docker and script to run Jasmine unit tests Jul 15, 2025
package.json Outdated
Comment on lines 21 to 24
"test:autorun": "xvfb-maybe ng test --watch=false; xvfb-maybe cypress run --headed",
"test:serve_and_test": "npx cypress install; xvfb-maybe start-server-and-test serve:dev http://localhost:4200 'ng test --watch=false; cypress run'",
"unit-test": "ng test --watch=false",
"unit-test-watch": "ng test",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This duplicates ng test --watch=false.

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.

2 participants