-
Something like this:
```js
describe('a test', function () {
def('name', () => 'Some Name')
it('works', function () {
expect($.name).to.eql('Some Name')
})
})
```
Results in an …
-
Fixtrue pytest_bdd_after_scenario(scenario: Scenario):
All steps and scenarios has status failed=False, however test failed
and pytest_bdd_step_error fixture worked correct
![image](https://user-…
-
I'm writing test cases with pytest-bdd and need allure reports with gherkin steps, but the report can't be generated properly.
**Version info**
> allure-pytest 2.8.13
allure-pytest-bdd …
-
```
=================================== FAILURES ===================================
_________________ test_check_node_statistics_can_be_retrieved __________________
request =
assert response…
-
### 1. Describe the issue you are having and what you expected to happen
Hi,
After upgrading from Morphy to Petrosian, the evmserverd service never fully starts due to it looping on the following e…
-
**Symptom**
When you invoke the `test` target in the Makefile, it results in the following
error:
```
$> make test
sed -i 's/"version": [^,]*/"version": "0.9.5"/' package.json
npm test
> krohnkite@0…
-
Right now, this is a "derived" trait implementation. But this may be slightly unintuitive, because it is just a "lexicographic" ordering. On surface, this is reasonable because it follows the normal i…
-
## Describe the bug
I applied a downtime on the services of a host (apply ScheduledDowntime to Service). But some of these services are not seen in downtime with the API (value at 0 instead of 1).
…
-
@continuumsecurity
I got some error while performing ant resolve in build.xml:208:
/var/lib/jenkins/workspace/bdd-sec-lamin-test/lib/ivy not found
-
(in /home/jinleileiking/Book/learn-bdd-playing-dice-book)
rake aborted!
no such file to load -- script/merge
/home/jinleileiking/Book/learn-bdd-playing-dice-book/Rakefile:3:in `require'
/home/jinleile…