-
Updated
Sep 12, 2020 - JavaScript
{{ message }}
Spectacular Test Runner for JavaScript
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
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 $Full-stack testing PHP framework
A Matcher Framework for Swift and Objective-C
BDD in PHP
Light weight cross-platform test automation
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.
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
BDD style assertions for node.js -- test framework agnostic
Behavior-driven-development tool for python, inspired by Cucumber for Ruby
Cucumber for golang
REST API test framework. BDD and exploits promises
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
a lightweight, security focused, BDD test framework against terraform.
Repository for wallaby.js questions and issues
An algorithm to optimize database queries that run multiple times
Write Beautiful Specs with Custom Matchers for Jest and Jasmine
The open source living documentation generator
An extremely fast and simple JavaScript test runner.
UT: C++20 μ(micro)/Unit Testing Framework
Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.
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