From d36c8895e183e253c84fb9c45aa8c76d45795534 Mon Sep 17 00:00:00 2001 From: Koung <20951663+koungkub@users.noreply.github.com> Date: Mon, 7 Oct 2019 16:13:26 +0700 Subject: [PATCH] cotton: add page (#3312) --- pages/common/cotton.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/cotton.md diff --git a/pages/common/cotton.md b/pages/common/cotton.md new file mode 100644 index 0000000000..16c383101f --- /dev/null +++ b/pages/common/cotton.md @@ -0,0 +1,16 @@ +# cotton + +> Markdown test specification runner. +> More information: . + +- Use a specific base url: + +`cotton -u {{base_url}} {{file}}.md` + +- Disable certificate verification (insecure mode): + +`cotton -u {{base_url}} -i {{file}}.md` + +- Stop running when a test fails: + +`cotton -u {{base_url}} -s {{file}}.md`