#
bdd-style
Here are 48 public repositories matching this topic...
aaronpburke
commented
Mar 1, 2022
Description
Nested AssertionScopes only report the outer-most scope reportables on failure. This is true regardless of whether the outer scope has any reportables -- i.e., if only the inner scope has reportables, nothing is reported.
Complete minimal example reproducing the issue
[TestMethod]
public void TestNestedAssertionScopes()
{
using (var outerScope = new A
6
4
a lightweight, security focused, BDD test framework against terraform.
-
Updated
Mar 25, 2022 - Python
BDD style code blocks for PHPUnit / Codeception
-
Updated
Mar 5, 2022 - PHP
Behavior-oriented, expressive, human-friendly Python assertion library for the 21st century
python
testing
bdd
declarative
assertions
bdd-style
behavior-driven-development
assertion-library
expressive
-
Updated
Jan 21, 2021 - Python
A way to simplify your Salesforce data creation and method stubbing.
-
Updated
Apr 10, 2022 - Apex
hedhyw
opened
Mar 26, 2022
Open
Default format
Write Xcode UI Tests BDD style 🤷🏻♂️
-
Updated
Mar 19, 2022 - Swift
A behaviour driven development (BDD) library for Clojure. Simplicity is key.
clojure
data-driven
bdd
bdd-specs
spec
bdd-style
specification
specification-by-example
bdd-framework
bdd-tests
bddocs
-
Updated
Mar 27, 2020 - Clojure
mmendesas
opened
Jul 20, 2017
A Gradle plugin to pretty-log JUnit Jupiter tests when run from the Gradle test task. Nested tests are grouped together and the output styles is very similar to `mocha.js`
-
Updated
Sep 3, 2021 - Groovy
Testing sample using Robot Framework
-
Updated
Oct 30, 2021 - RobotFramework
Swiss knife for unit testing in Apex
-
Updated
May 19, 2018 - Apex
Extends applications of PHPUnit to the BDD field
-
Updated
Nov 15, 2021 - PHP
(alpha) Simple but expressive BDD-flavoured testing framework
testing
golang
test
bdd
bdd-style
tests
testing-tools
bdd-framework
bdd-tests
bdd-style-testing-framework
-
Updated
Mar 16, 2021 - Go
A complementary framework for PHPUnit that focuses on simplicity, reusability, and storytelling.
php
bdd
phpunit
bdd-style
phpunit-extension
phpunit-tests
bdd-framework
testing-framework
bdd-style-testing-framework
-
Updated
Mar 28, 2022 - PHP
Leaping Gorilla's testing framework for BDD style Given/When/Then without the ceremony
testing
test
dependency-injection
bdd
nunit
bdd-style
test-framework
test-driven-development
testing-framework
nsubstitute
bdd-tests
bdd-style-testing-framework
-
Updated
Aug 25, 2021 - C#
example driven test framework for VBA
-
Updated
Apr 10, 2022 - VBA
Fluent Assertions for PHP provides a human readable syntax for your unit test assertions.
-
Updated
Feb 25, 2017 - PHP
Behavior-Driven Development (Gherkin) framework with Cypress
-
Updated
Mar 2, 2021 - JavaScript
Framework tool to automation tests e2e
-
Updated
Feb 16, 2017 - Python
Verba volant, scripta manent.
-
Updated
Oct 13, 2020 - Java
Improve this page
Add a description, image, and links to the bdd-style topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bdd-style topic, visit your repo's landing page and select "manage topics."
What are you trying to achieve?
export
DataTableand other cucumber-related types such that we can use it in step definitionsWhat do you get instead?
I need to manually define it on our own