forked from kashenfelter/SlackerRunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.txt
64 lines (39 loc) · 1.88 KB
/
releases.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
2.5.0.2 - 4/9/2018
------------------------------
Update projects to .Net 4.6.1
Update xUnit to stable 2.3.1
2.4.0.7 - 10/12/2017
------------------------------
Remove xunit and ms runner dependencies that are not needed, caused side affects, issue #16
2.4.0.1 - 9/22/2017
------------------------------
Add SlackerRunnerFact and SlackerRunnerTheory that overrides the DisplayName with the test function name, closes issue #21
2.3.0.36 - 9/21/2017
------------------------------
Fix RunDirectoryMultiResults Json unexpected error parsing
2.3.0.30 - 9/15/2017
------------------------------
Add RunDirectoryMultiResults that will allow running all tests in directories at once returning individual test results
2.3.0.23 - 8/10/2017
------------------------------
Fix RunDirectory function to run from the subdirectory that was passed in
2.3.0.22 - 8/9/2017
------------------------------
Fix Passed indicator when no tests pass and no tests fail
Fix service constructor timeout bug
2.3.0.21 - 8/1/2017
------------------------------
Added run all specs in directory recursive at once - SlackerService().RunDirectory
Added xunit dependency packages
2.3.0.2 - 10/12/2016
------------------------------
Added standard output and error from Slacker when Slacker exits with non 0 exitcode
2.2.0.21 - 9/23/2016
------------------------------
Added classes to allow specs either to be run as a group or individual tests, SpecTestFile, IndividualSpecTestFile. See the UnitTest SlackerRunner.IntegrationTests.SpecsTester for details.
2.2.0.15 - 8/3/2016 ( jdshkolnik )
------------------------------
Added new SlackerResults.Message property which contains the full result string. This message becomes the second parameter to the Unittest assert statements.
2.2.0.14 - 6/21/2016
------------------------------
Added simple logger to consolidate logging, make it visible when run by VS runner in debug console