-
# Test Frameworks
Test frameworks are used to automate the execution of tests and provide additional utilities for testing. They can be used to write and run unit tests, integration tests, and end-…
-
**When using pytest.main to programmatically execute scenarios, no steps are found.** StepDefinitionNotFoundError exceptions is raised.
The same problem if executed with: _python outline.py_
The exa…
-
It'd be nice to have support for the [Rule](https://cucumber.io/docs/gherkin/reference/#rule) keyword and update for `Background` to support rule level declarations. Has anyone started on this?
F…
-
The services launcher reports the *requested* port regardless of which port was actually allocated by the operating system.
When launching several service instances on the same machine, it is bette…
-
### Description
> After running following command over 36 hours, scan code removed temporary files, then it crashed without generating report.
> F:\WS\FG1.5-venv>scancode -lpceiu -n 4 --csv FG…
-
With the current `new-config` branch, `test_init_benchmark` in `test_configdata.py` takes (median):
- ~20ms with the PyYAML C extension on my machine
- ~200ms without the C extension on my machine…
-
When I have Feature file like:
```gherkin
Feature: Foo
Background:
Given Step
@cool_background_tag
Examples:
|bar|
| 10|
@nice_background_tag
Examples:
…
-
Seen 7.3.0 was released on pypi but tag seems to be missing here (would use the pypi tarball, but it lacks tests). Thanks.
-
Hello,
I've tried the following:
**login.feature**
```
#language: pt
#encoding: UTF-8
Funcionalidade: Login no Programa
Cenário: O usuário ainda não é cadastrado
Dado que o usu…
-
Currently the output does not match BDD style test runners output.
This is the only reason I chose why not to use this plugin.
```
py.test -vvvv
======================================================…