Skip to content
Snippets Groups Projects

tests: use tdd mode, unify karma config, don't depend on puppeteer

Merged Reiter, Christoph requested to merge test-cleanup into master
Compare changes
  • Side-by-side
  • Inline
Files
17
  • 2e099bc0
    Stop depending on puppeteer · 2e099bc0
    Reiter, Christoph authored
    While it's nice to have a fixed chrome version it slows down the yarn install,
    downloads a lot of things, and the chrome version depends on various
    system packages so one needss to have chromium installed anyway.
    
    This means developers that want to work on tests need firefox and chdomium installed.
    
    Sadly I couldn't find a way to make browsers optional in case the developer
    only has one installed.
Loading