Always update frontend fixtures (generate if necessary)

There are two ways to run Karma tests:

  • bundle exec rake karma which always runs bundle exec rake karma:fixtures and regenerates all frontend fixtures
  • yarn karma which never runs bundle exec rake karma:fixtures and therefore assumes the fixtures are already there/updated

We should introduce a way to always run the Karma tests with updated frontend fixtures but without regenerating all of them.

Plan

Edited by 🤖 GitLab Bot 🤖