Skip to content

Commit 89d5080

Browse files
committed
[QtTestDriver] Documentation
1 parent aca862e commit 89d5080

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
44

55
### Added
66

7+
* QtTest based test driver for cucumber-cpp ([#165](https://github.com/cucumber/cucumber-cpp/pull/165) Kamil Strzempowicz)
78
* Listen on localhost by default to avoid firewall warnings ([#158](https://github.com/cucumber/cucumber-cpp/pull/158) Nik Reiman)
89
* Better integrate Qt into buildsystem, it can now be disabled, and test it in CI ([#160](https://github.com/cucumber/cucumber-cpp/pull/160) Kamil Strzempowicz & Giel van Schijndel)
910
* Support taking regex captures as arguments to the step definition's function ([#159](https://github.com/cucumber/cucumber-cpp/pull/159) Giel van Schijndel)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It relies on a few libraries:
3333
Optional for the GTest driver. By default downloaded and built by CMake.
3434
* [GMock](http://code.google.com/p/googlemock/) 1.6 or later.
3535
Optional for the internal test suite. By default downloaded and built by CMake.
36-
* [Qt 4 or 5](http://qt-project.org/). Optional for the CalcQt example.
36+
* [Qt 4 or 5](http://qt-project.org/). Optional for the CalcQt example and QtTest driver (only Qt 5).
3737

3838
This header-only library is included in the source code:
3939

0 commit comments

Comments
 (0)