-
Add a test framework that can run assertion and BDD tests for WebAssembly #661 (including headless chrome) and C bindings #671.
-
As we are getting closer to the target version 1.0, we need to provide a full DevOps setup:
- A CI/CD pipeline
- Define the versioning and tagging of the project. Proposal: [Semantic Versioning](h…
nauar updated
3 months ago
-
The current version of allure-reporter does not support the BDD technique.
In this technique is very relevant the writing of the test and is not compatible with the tags needed to match the action o…
-
Hi Goblin,
Unsure what Before and After mean (after all or before all or after each or before each)? Can we add some documentation on the After block to provide that. Happy to submit a pull request…
-
Hello,
I am using Serenity BDD framework and I am unable to view the Error Types section in the reports generated (like the report here - http://thucydides.info/docs/serenity-report/index.html)
…
-
Behavior Driven Development tesztek megírása.
-
Add a `gitlab: ...` analog to `github: ...`.
Example packages that could benefit from this:
- https://gitlab.com/paolo.veronelli/hasql-pipes
- https://gitlab.com/morley-framework/indigo
- https:…
-
-
Currently, only allure.attach and allure.attach.file functions are supported in allure-pytest-bdd. The following functions and decorators need to be supported as well:
- `@allure.title` decorator
…
-
I have been using normal Python and behave BDD. Today I come across this behave-webdriver and curious to know if it supports page object model.
I tried to implement it within my existing framework …