forked from gugod/Test-Cukes
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
33 lines (23 loc) · 694 Bytes
/
Copy pathChanges
File metadata and controls
33 lines (23 loc) · 694 Bytes
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
# Revision history for Perl extension Test::Cukes
0.10:
- Fix META.yml and use Try::Tiny FTW.
0.09:
- Tristan Pratt makes it more compatible when using it with other Test::Bulder::Module-based tools.
0.08:
- allow step definitions to be defined in all namespaces.
0.07:
- makes it perl 5.8 compatible. thanks to miyagawa++
0.06:
- let runtests accept feature text too
0.05:
- Fix the missing step report of "And" steps.
0.04:
- report missing steps as TAP note
0.03:
- if a step died, diag its dying message.
0.02:
- Count each block as one assertion-based test
- If pre-condition steps fail, then its successing steps will be skipped.
0.01:
- initial version
- basic implementation.