.PHONY: all test local staging ui headed debug report all: test test: npm test local: npm run test:local staging: npm run test:staging ui: npm run test:ui headed: npm run test:headed debug: npm run test:debug report: npm run report