From 62fe9ccd80c97c0f72f1509637eacdb5d60486d1 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Mon, 13 Feb 2017 14:05:44 +0000 Subject: [PATCH] Added documentation for ircNotification and writeCapabilities steps --- vars/ircNotification.txt | 9 +++++++++ vars/writeCapabilities.txt | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 vars/ircNotification.txt create mode 100644 vars/writeCapabilities.txt diff --git a/vars/ircNotification.txt b/vars/ircNotification.txt new file mode 100644 index 0000000..d302ec9 --- /dev/null +++ b/vars/ircNotification.txt @@ -0,0 +1,9 @@ +

Sends a notice to IRC with the current build result.

+
+
ircNotification([server, nick, channel])
+
+ Sends a notification to IRC with the specified server, + nick, and channel. By default it will connect to + irc.mozilla.org:6697 as fxtest and join the + #fx-test-alerts channel. +
diff --git a/vars/writeCapabilities.txt b/vars/writeCapabilities.txt new file mode 100644 index 0000000..0a9e130 --- /dev/null +++ b/vars/writeCapabilities.txt @@ -0,0 +1,11 @@ +

Write desired capabilities to a JSON file.

+
+
writeCapabilities(capabilities, [path])
+
+ Writes a JSON file containing the items from the capabilities + map to the specified path (for use by + + pytest-selenium). If omitted, the path defaults to + capabilities.json in the working directory. +
+