-
Updated
Sep 2, 2020 - JavaScript
bdd
Here are 1,067 public repositories matching this topic...
-
Updated
Sep 2, 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
Sep 1, 2020 - PHP
-
Updated
Aug 27, 2020 - Swift
-
Updated
Jul 21, 2020 - PHP
-
Updated
Sep 2, 2020 - Go
1. General summary of the issue
When running Pester, it now includes all the discovered tests even when you specify a -Tag, the tests that fall outside the tag filter, get deposited in the xml file.
2. Describe Your Environment
Pester version : 5.0.3 C:\Program Files\WindowsPowerShell\Modules\Pester\5.0.3\Pester.psd1
PowerShell version : 5.1.14409.1018
OS version : Micr
-
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
Sep 3, 2020 - Python
-
Updated
Aug 26, 2020
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 4, 2020 - C#
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Gherkin
-
Updated
Sep 1, 2020 - C++
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