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
30 lines (21 loc) · 649 Bytes
/
Changes
File metadata and controls
30 lines (21 loc) · 649 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
# Revision history for Perl extension Test::Cukes
NEXT:
- 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.