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`