-
Updated
Aug 22, 2020 - JavaScript
bdd
Here are 1,059 public repositories matching this topic...
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
Would it be possible to add "trim" parameter to keyword "Should Be Equal As Strings" (+related keywords)?
Many times I need to compare two strings, but there are some trailing or leading whitespaces in the actual value, which I don't care about, so I always have to trim them before. Having trim as a parameter in these keywords would help me a lot :)
-
Updated
Aug 10, 2020 - PHP
-
Updated
Jul 30, 2020 - Swift
-
Updated
Jul 21, 2020 - PHP
-
Updated
Aug 20, 2020 - Go
Code lens in vscode cannot run tests when TestCases are provided because we are using the opening brace position as the line filter, but test cases will move it further down, not matching the filter. To avoid difficult parsing let's change that to using $MyInvocation.ScriptLineNumber instead of $ScriptBlock.StartPosition.StartLine, which will give us the position of the It (and other) co
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Feb 29, 2020 - Python
-
Updated
Jul 25, 2020 - Go
-
Updated
Jan 28, 2019 - JavaScript
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Aug 22, 2020 - Python
-
Updated
Jun 19, 2020
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 4, 2020 - C#
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Gherkin
Improve this page
Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bdd topic, visit your repo's landing page and select "manage topics."
Describe the bug
When
TEMPLATE_LIST_TEST_CASEandTEMPLATE_LIST_TEST_CASE_METHODwere added, the corresponding versions with theCATCH_prefix were missed.Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASEandCATCH_TEMPLATE_LIST_TEST_CASE_METHODshould be available.Additional context
The commit that added
TEMPLATE_LIST_TEST_CASEand `TEMPLATE_LIST_TEST_CASE_MET