Skip to content

Commit 4611e2d

Browse files
committed
test: add cucumber testing to test target
1 parent 01f6d11 commit 4611e2d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

clients/javascript/package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ test: setup frontend superposition
246246
'http://localhost:8080/health' 2>&1 > /dev/null
247247
cd tests && bun test:clean
248248
$(MAKE) bindings-test
249+
@echo "Running API tests via cucumber"
250+
cd tests/cucumber && npm run test:api
251+
@echo "Running UI tests via cucumber"
252+
cd tests/cucumber && npm run test:ui
249253
$(MAKE) kill
250254

251255
## npm run test

0 commit comments

Comments
 (0)