feat: run integration tests using nightwatch js

This commit is contained in:
Aravinth Manivannan
2023-04-30 20:17:51 +05:30
parent 90e60b0486
commit 9cc667851c
2 changed files with 22 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ test: frontend-test frontend ## Run all available tests
cargo test --no-fail-fast
# ./scripts/tests.sh
test.integration: ## run integration tests with nightwatch.js
./scripts/integration.sh
xml-test-coverage: migrate ## Generate code coverage report in XML format
$(call cache_bust)
cargo tarpaulin -t 1200 --out Xml