File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Cucumber-Cpp allows Cucumber to support step definitions written in C++.
6
6
7
- * [ Cucumber-Cpp Website] ( http ://github.com/cucumber/cucumber-cpp)
7
+ * [ Cucumber-Cpp Website] ( https ://github.com/cucumber/cucumber-cpp)
8
8
* [ Cucumber-Cpp Documentation] ( https://github.com/cucumber/cucumber-cpp/wiki/ )
9
9
* [ Cucumber Website] ( https://cucumber.io/ )
10
10
* [ Cucumber Discussion Group] ( https://cucumber.io/docs/community/get-in-touch/ )
@@ -25,11 +25,11 @@ It relies on a few executables:
25
25
It relies on a few libraries:
26
26
27
27
* [ Asio] ( https://think-async.com/Asio/ ) 1.18.1 or later.
28
- * [ Boost.Test] ( http ://www.boost.org/) 1.70. Optional for the Boost Test driver.
28
+ * [ Boost.Test] ( https ://www.boost.org/) 1.70. Optional for the Boost Test driver.
29
29
* [ GTest] ( https://github.com/google/googletest ) 1.11.0 or later. Optional for the GTest driver.
30
30
* [ GMock] ( https://github.com/google/googletest ) 1.11.0 or later. Optional for the internal test suite.
31
31
* [ nlohmann-json] ( https://github.com/nlohmann/json ) 3.10.5 or later.
32
- * [ Qt6 or Qt5] ( http ://qt-project.org/) . Optional for the CalcQt example and QtTest driver.
32
+ * [ Qt6 or Qt5] ( https ://qt-project.org/) . Optional for the CalcQt example and QtTest driver.
33
33
* [ TCLAP] ( https://tclap.sourceforge.net/ ) 1.2.5 or later.
34
34
35
35
It might work with earlier versions of the libraries, but it was not tested with them.
You can’t perform that action at this time.
0 commit comments