2020-07-01 02:28:31 +00:00
|
|
|
.DEFAULT_GOAL := help
|
|
|
|
|
|
|
|
run:
|
2020-12-11 11:35:02 +00:00
|
|
|
@echo "⇒ Test Run"
|
2020-07-14 00:05:22 +00:00
|
|
|
@robot --timestampoutputs --outputdir artifacts/ robot/testsuites/integration/*.robot
|
2020-07-01 02:28:31 +00:00
|
|
|
|
|
|
|
help:
|
2020-12-11 11:35:02 +00:00
|
|
|
@echo "⇒ run Run testcases ${R}"
|
2020-07-01 02:28:31 +00:00
|
|
|
|