mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-18 16:56:32 +00:00
fix(test): Turn SDK integration tests for the GUI back on
Change-type: patch
This commit is contained in:
parent
47f2336673
commit
21f1f4e503
6
Makefile
6
Makefile
@ -220,11 +220,15 @@ test-spectron:
|
|||||||
test-gui:
|
test-gui:
|
||||||
electron-mocha $(MOCHA_OPTIONS) --renderer tests/gui
|
electron-mocha $(MOCHA_OPTIONS) --renderer tests/gui
|
||||||
|
|
||||||
|
test-sdk:
|
||||||
|
electron-mocha $(MOCHA_OPTIONS) \
|
||||||
|
tests/shared
|
||||||
|
|
||||||
test-cli:
|
test-cli:
|
||||||
mocha $(MOCHA_OPTIONS) \
|
mocha $(MOCHA_OPTIONS) \
|
||||||
tests/shared
|
tests/shared
|
||||||
|
|
||||||
test: test-gui test-spectron
|
test: test-gui test-sdk test-spectron
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Available targets: $(TARGETS)"
|
@echo "Available targets: $(TARGETS)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user