IQSS / dataverse-frontend

An upcoming and modernized UI for Dataverse
Apache License 2.0
20 stars 16 forks source link

Remove time consuming tests from pre-commit hook #532

Open ekraffmiller opened 4 weeks ago

ekraffmiller commented 4 weeks ago

Overview of the Feature Request The component tests and e2e tests take a long time (about 15 minutes), so it's better not to have to do them before each commit. The tests will run in github actions, so test failures will still be caught.

What kind of user is the feature intended for? (Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin) Developers

What inspired the request? Standup conversation