2020-07-01 02:28:31 +00:00
|
|
|
.DEFAULT_GOAL := help
|
|
|
|
|
|
|
|
run:
|
2020-12-11 11:35:02 +00:00
|
|
|
@echo "⇒ Test Run"
|
2021-02-08 05:05:17 +00:00
|
|
|
@robot --timestampoutputs --outputdir artifacts/ robot/testsuites/integration/
|
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
|
|
|
|