-
Updated
Oct 9, 2020 - JavaScript
bdd
Here are 1,085 public repositories matching this topic...
-
Updated
Oct 8, 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
Oct 8, 2020 - PHP
-
Updated
Oct 8, 2020 - Swift
-
Updated
Oct 3, 2020 - PHP
-
Updated
Oct 8, 2020 - Go
It would be nice to start building Pester on PowerShell 7 as well to see if it is compatible and keep it that way. To achieve that we need to research on which build servers v7 is already available. Right now we are building on TravisCI (Linux and MacOS), on AppVeyor (PowerShell 4+) and AzureDevOps (PowerShell 2&3).
Not sure if the build task needs to run on all three platforms, but it would be
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Feb 29, 2020 - Python
-
Updated
Oct 9, 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
Oct 5, 2020 - Python
-
Updated
Oct 2, 2020
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Aug 4, 2020 - C#
-
Updated
Oct 8, 2020 - C++
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Sep 16, 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