-
Updated
Sep 6, 2020 - JavaScript
bdd
Here are 1,068 public repositories matching this topic...
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Convert To Title Case was added in RF 3.2 (#2706). Unfortunately its not fully compatible with the old Should Be Title Case keyword. For example, the second test below fails with 'This Is Not OK!' is not titlecase.:
*** Settings ***
Library String
*** Test Cases ***
Passes
${title} = Convert To Title Case This is ok.
Should Be Title Case $-
Updated
Sep 6, 2020 - PHP
-
Updated
Sep 4, 2020 - Swift
-
Updated
Jul 21, 2020 - PHP
-
Updated
Sep 4, 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 4, 2020 - Python
-
Updated
Aug 26, 2020
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 4, 2020 - C#
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Gherkin
-
Updated
Sep 5, 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