cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

sudo cmake --build /home/yizhu/cucumber-cpp/ --target features, this command get errors #256

Closed sunpian1 closed 8 months ago

sunpian1 commented 1 year ago
yizhu@yizhu-zentao:~/cucumber-cpp$ sudo cmake --build /home/yizhu/cucumber-cpp/ --target features
*** THIS RUBY IMPLEMENTATION DOESN'T REPORT FILE AND LINE FOR PROCS ***
/var/lib/gems/2.7.0/gems/aruba-0.8.0/lib/aruba/platform.rb:54: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/usr/lib/ruby/2.7.0/fileutils.rb:622: warning: The called method `rm_r' is defined here
..................................................P---....P-.....................P--P----..................................................................P--...P------...P------..P..P..................----
*** 1 failure is detected in the test case "exec_test_body"
..
*** 1 failure is detected in the test case "exec_test_body"
..
*** 1 failure is detected in the test case "exec_test_body"
..
*** The test case "exec_test_body" was aborted; see standard output for details
*** 1 failure is detected in the test case "exec_test_body"
..
*** The test case "exec_test_body" was aborted; see standard output for details
*** 1 failure is detected in the test case "exec_test_body"
..
*** The test case "exec_test_body" was aborted; see standard output for details
*** 1 failure is detected in the test case "exec_test_body"
..
*** No errors detected
..
*** No errors detected
..----............................................

(::) pending steps (::)

UNKNOWN:-1:in `/^the step "([^"]*)" has a passing mapping that receives a data table$/'

UNKNOWN:-1:in `/^the data table is passed to a step mapping that gets the row arrays without the header$/'

UNKNOWN:-1:in `/^a passing (before|after|around) hook$/'

UNKNOWN:-1:in `/^a passing (before|after|around) hook$/'

UNKNOWN:-1:in `/^a "(Given|When|Then)" step definition snippet for \/(.*)\/ is suggested$/'

UNKNOWN:-1:in `/^a "(Given|When|Then)" step definition snippet for \/(.*)\/ is suggested$/'

UNKNOWN:-1:in `/^a "(Given|When|Then)" step definition snippet for \/(.*)\/ is suggested$/'

UNKNOWN:-1:in `/^a "(Given|When|Then)" step definition snippet for \/(.*)\/ with a doc string is suggested$/'

UNKNOWN:-1:in `/^a "(Given|When|Then)" step definition snippet for \/(.*)\/ with a data table is suggested$/'

68 scenarios (9 pending, 59 passed)
290 steps (24 skipped, 9 pending, 257 passed)
2m34.445s
Built target features
ursfassler commented 8 months ago

The E2E/feature-tests used outdated projects and were broken. They are removed with #272.