Skip to content

Commit bd23dee

Browse files
authored
Merge pull request #299 from aojea/ui
UI fixes and improvements
2 parents 2cbd07a + d1a66f3 commit bd23dee

30 files changed

Lines changed: 1791 additions & 466 deletions

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ ui-test: build
149149
chmod +x ./tests/ui/run.sh
150150
./tests/ui/run.sh $(if $(WHAT),--grep "$(WHAT)")
151151

152+
# Same stack as ui-test, seeded and left running so you can click around.
153+
.PHONY: ui-dev
154+
ui-dev: build
155+
chmod +x ./tests/ui/dev.sh
156+
./tests/ui/dev.sh
157+
152158
test-e2e: build docker-build
153159
@command -v bats >/dev/null 2>&1 || { \
154160
echo "bats not found; attempting install"; \

0 commit comments

Comments
 (0)