.PHONY: test

test: output
	node test/screenshot.js
	node test/border.js
	node test/upload.js

output:
	mkdir output
