We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a54af2 commit a2d7441Copy full SHA for a2d7441
bin/gaia_marionette_retry.js
@@ -1,4 +1,9 @@
1
#!/usr/bin/env node
2
+/**
3
+ * @fileoverview This script runs js marionette tests and has a bit of logic
4
+ * to retry test files on failure to reduce the extent to which
5
+ * transient/intermittent harness issues show up as breakages on CI.
6
+ */
7
var Promise = require('es6-promise').Promise;
8
var format = require('util').format;
9
var path = require('path');
0 commit comments