-
Hi,
trying to implement allure-cucumber in my current project.
We use cucumber 3.1.2, so i installed allure-cucumber 2.13.4, more details below.
Tried to run test case and got an error:
> undefi…
-
I'm finding a common pattern in our code:
```TS
export class PageObject {
get saveButton() {
return '[data-testid="saveButton"]';
}
}
```
I would like to enforce using si…
-
When testing angular components, we use the Page Object pattern to simulate the user experience and access the form field not through the component, but through view. Thus, we check the correctness of…
-
## Summary
Add the possibility to being able to mark some "Then" step-definitions so that when they fail, they still mark the result as failed, but continue executing the next steps of the scenario.
…
-
**Describe the bug**
It can not find any of my step definitions.
I have these files:
features/01 Example.feature
features-steps/example.ts
**Screenshots**
**Cucumberautocomplete part…
mi5ha updated
4 years ago
-
I need to do something like this:
`client.waitForText('.total-price', '$15.00')`
This is a pattern I have used all over my tests in the past but doesn't seem to be available in Nightwatch.
The reas…
-
### Are you requesting a feature or reporting a bug?
Feature
### What is the current behavior?
You can run test only in single window of the browser
### What is the expected behavior?
It's useful t…
-
In RPv5 there is possibility to report "nested log messages" aka "nested steps".
For BDD frameworks it will be built-in feature, they will report steps of scenarios as "nested steps" by default.
…
-
So. This is a bizarre issue, I think.
I'm using a combination of `ember-cli-page-object` and `ember-test-selectors` to perform tests in a large application.
## Problem
1. Create a page object…
-
**Environment (please complete the following information):**
- **WebdriverIO version:** 5.16.9
- **Mode:** WDIO Testrunner (?)
- **If WDIO Testrunner, running sync/async:** sync ?
- **Node.js …