cypress-testrail-paper
Version:
Easy and decoupled Cypress TestRail reporter
23 lines (14 loc) • 612 B
Plain Text
.PHONY: help
.DEFAULT_GOAL := help
help:
# ---------------------------------------------------------------------------------------------
install: ## Installs all dependencies
npm install
clean: ## Clean all dependencies
rm -rf node_modules
# ---------------------------------------------------------------------------------------------
open-ui: ## Opens Cypress UI
./node_modules/.bin/cypress open
run: ## Runs all E2E tests
./node_modules/.bin/cypress run --headless