controls-kt icon indicating copy to clipboard operation
controls-kt copied to clipboard

Using no chrome js test

Open Zelenyy opened this issue 2 years ago • 1 comments
trafficstars

> Task :magix:magix-storage:allTests FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':magix:magix-storage:allTests'.
> Failed to execute all tests:
  :magix:magix-storage:jsBrowserTest: java.lang.IllegalStateException: Errors occurred during launch of browser for testing.
  - ChromeHeadless
  Please make sure that you have installed browsers.
  Or change it via
  browser {
      testTask {
          useKarma {
              useFirefox()
              useChrome()
              useSafari()
          }
      }
  }

I installed a Chromium (Open source Chrome build), but this don't worked

Zelenyy avatar Nov 04 '23 13:11 Zelenyy

Chrome must be installed in the system in order to run tests.

SPC-code avatar Nov 04 '23 13:11 SPC-code