Skip to content

Commit 7825a25

Browse files
committed
Merge branch 'master' of github.com:Codeception/codeception.github.com
2 parents 8818c5a + fbe647d commit 7825a25

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

_data/extensions.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@
5656

5757
- name: EventsScripting
5858
link: http://github.com/oprudkyi/codeception-events-scripting
59-
description: Run shell scripts on events - before/after suites/environments/full test run
59+
description: Run shell scripts on events - before/after suites/environments/full test run
60+
61+
- name: PauseOnFail
62+
link: https://github.com/ipeevski/PauseOnFail
63+
description: Pause execution on failure/error - allow debugging from failed point onwardss
6064

6165
- name: GherkinParam
6266
link: http://github.com/edno/codeception-gherkin-param

_data/modules.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,7 @@
137137
- name: PSR3 Logger
138138
link: https://github.com/byteout/psr-logger-codeception-module
139139
description: Module for validation of messages logged by PSR3 loggers.
140+
141+
- name: Private Sniffer
142+
link: https://github.com/fkupper/private-sniffer-module/
143+
description: Simple module that enables sniffing into private defined elements of an object while running unit tests with Codeception.

builds.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: Codeception Builds
44
---
55

66

7+
## 3.1
8+
*Requires: PHP 5.6 and higher + CURL*
9+
10+
* **[Download Latest 3.1 Release](http://codeception.com/releases/3.1.0/codecept.phar)**
11+
* [3.1.0](http://codeception.com/releases/3.1.0/codecept.phar), [for PHP 5.6](http://codeception.com/releases/3.1.0/php54/codecept.phar)
12+
713
## 3.0
814
*Requires: PHP 5.6 and higher + CURL*
915

releases/3.1.0/codecept.phar

7.01 MB
Binary file not shown.

releases/3.1.0/php54/codecept.phar

6.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)