Skip to content
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

Setup tests #199

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

Setup tests #199

wants to merge 13 commits into from

Conversation

dsantosferreira
Copy link
Contributor

Closes #136

Setup technologies to write tests for the frontend of the project. Setup Jest and react testing library for unit tests, snapshot and DOM testing; and cypress for end to end tests.

Copy link

netlify bot commented Feb 12, 2024

Deploy Preview for tts-fe-preview ready!

Name Link
🔨 Latest commit 1a0dbb9
🔍 Latest deploy log https://app.netlify.com/sites/tts-fe-preview/deploys/66bff781cef6100008e80829
😎 Deploy Preview https://deploy-preview-199--tts-fe-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@thePeras
Copy link
Member

Tests inside the components folder is not a good ideia

@tomaspalma
Copy link
Member

In nijobs it was done like that (in the same folders as the components) and I didn't find it annoying or bad at all.

However, I see no harm into putting it into a separate dedicated /tests/ folder

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.

Setup E2E tests
3 participants