-
When I run grunt I have this error:
Running "simplemocha:all" (simplemocha) task
1..8
ok 1 Classe: maFonction Tester maFonction
ok 2 Classe: maFonction Tester Division par 0
ok 3 Classe: maFonctio…
-
I am using TestStack.White and it works fine
I am looking for framework over TestStack.White that will allow to generate Automation Unit Tests using configuration in XML files only (without code writ…
-
Love the idea of BDD and NSpec as a concept looks so much easier writing tests than the standard unit testing frameworks.
However, using the 'Getting Started' guide on the nspec.org, I quickly foun…
-
is there away to use async step definitions with pytest-bdd ?
For a step definition like:
```
@when('i send cucumbers ')
async def i_send_cucumbers(loop):
pass
```
I see the warning:
`…
-
VSCode is picking up adoption in the CFML community and I'm already seeing packages for frameworks like ColdBox MVC, TestBox BDD. and CFLint. What would it take to get support for running CFML from t…
-
CI is awesome, but how to test laws? Some ideas:
- Law Integrity: do all referenced laws exist? Is the referenced paragraph still existant?
- Law Content Linting: should a paragraph be split into two,…
-
Hi Team,
I am using following versions to run the reports -
serenity-cucumber:1.1.29
serenity-jira-requirements-provider:1.1.3-rc.5
serenity-maven-plugin:1.2.5-rc.6
with following serenity…
-
In the future would there be any plan for compatibility with Playwright?
I have some tests that run Cucumber tests using the Playwright framework and managed to get the extension to start the test…
-
Hi guys,
this is my `behat.yml`:
```yaml
default:
extensions:
FriendsOfBehat\PerformanceExtension: ~
Behat\Symfony2Extension: ~
Behat\MinkExtension:
…
-
**Is your feature request related to a problem? Please describe.**
Yes, the issue is, this library solves a real problem, and therefore it is very useful.
However, since it has its own XunitTestFram…