-
I'd like to know that all of the requirements are tested, by for example a set of unittests, py.test, pytest-bdd etc. Is there anyway that doorstop can help with that?
The ref field allows me to m…
-
It seems that Sphinxcontrib-napoleon is not able to generate the documentation for the functions decorated with the `pytest-bdd` decorators.
These are the packages versions:
``` bash
pytest-bdd==…
-
There is a patch about improving handling definition steps outside of sections: https://github.com/pytest-dev/pytest-bdd/commit/cc87b5b0ddfb4cff81b53ab323bc237e9452dcfe
Check in this patch leads to…
-
I'm having trouble building oneclient for the SWAMP analysis (as described in Lisbon).
The SWAMP guys have given me this info - is this correct? If so, how do we normally build it under Jenkins?
…
-
The first example on the README page requires another external library. I didn't look closely enough and spent a long time trying to figure out where all the fixtures were coming from.
I hit this i…
-
Is there a way to set a remote driver socket timeout?
I'm have a script to execute across different browsers on saucelabs. IE11 and Firefox work. Android and iOS do not. On saucelabs, the first ti…
-
My goal for qutebrowser is to have (near-)100% test coverage at some point.
# Short-time TODO for #666
- BDD tests for:
- [x] urlmarks
- [x] external editor
- [x] `:spawn` and userscripts
- [ …
-
Acceptance tests are the slowest part of our testing matrix (17min vs ~10 min for the next slowest one).
Some suggestions to make them faster:
* [ ] **Aggregate several assertions in the same te…
-
We are getting Sauce Labs failures with some frequency. This is *not* due to errors related to actual BDD test errors, but appears to be related to the client/browser not being ready on the Sauce Labs…
-
I've noticed a bizarre pattern while using pytest and xdist to run out selenium webdriver tests in parallel. We are running on a Linux box on Jenkins. At first I noticed this in a large batch of 1200…