This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var expect = require("chai").expect; | |
var walk_tests = require("./walk_xunit_tests.js").walk_tests; | |
var util = require('util'); | |
describe("walk_tests", function() { | |
let input = `<?xml version="1.0" encoding="UTF-8"?> | |
<testsuites> | |
<testsuite name="SuiteA" errors="0" skipped="1" tests="3" failures="1"> | |
<testcase classname="Class A" name="test1" time="0.006" status="run"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"LABEL": { | |
"name": "PR title needs jira ticket", | |
"color": "CC00CC" | |
}, | |
"CHECKS": { | |
"alwaysPassCI": false, | |
"prefixes": [ "Bump " ], | |
"regexp": "\\[[A-Z]{2,}-\\d+(,\\s*[A-Z]{2,}-\\d+)*\\]", | |
"regexpFlags": "", |
OlderNewer