-
Updated
Aug 28, 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.
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 :)
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.
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