-
By deeper paragraph analysis i want to get information about the paragraph background color, e.g. to check for the rendered code example.
At which part in textbox.py could i get color information fro…
-
I am working on a refactoring a project from Behave to pytest-bdd.
Structure looks like this:
```
|---features
| |---publish.feature
|---steps_def
| |---conftest.py
| …
-
Traction includes a collection of plug-ins for ACA-Py, they are all in the [plugins](https://github.com/bcgov/traction/tree/main/plugins) folder. Some of these plug-ins are generic enough that could/s…
-
Hello,
I liked this feature, because I could access the parameter from the fixture.
So let's say I have a scenario outline
```
Scenario Outline: Test
When Eat cucumbers
Examples:
…
-
### Summary of problem
When using pytest-bdd 6.1.0 or higher, the ddtrace integration fails to find the pytest-bdd version.
The `version` property was removed from pytest-bdd in 6.1.0 in this co…
-
pytest-bdd-ng = "~=2.0.0"
python_full_version = "3.10.6"
pytest==7.2.2
gherkin-official==24.1.0
plugins: metadata-3.0.0, bdd-6.1.1, bdd-html-0.1.14a0, snapshot-0.9.0, html-3.2.0, check-2.1.5
…
-
### 🤔 What's the problem you're trying to solve?
I have many colleagues to develop step functions. After some times, we have many similar steps or groups of step.
IMH, Using MacroSteps can hel…
-
I'm on arm64 on ubuntu.
The system comes with chromedriver, but when I run my tests that use webdrivermanager it downloads the x64 version.
(more details here: https://github.com/bonigarcia/webdr…
-
Hi,
I am new to Playwright and I am trying to build a framework using playwright and pytest-bdd. I want to take screenshot when test fails but can't make that work. Below is simplified steps I tried…
-
for example, there has a test.feature:
```
Feature: test_feature
Background:
When test_when
Then test_then
When test_when
Then test_then
```
when I use scenarios("test.f…