-
Hey,
we are using gherkin for our scenarios, and in the after step, we send test results to our slack. Well, we noticed that if we use Scenario Outline, or we have more than one Scenario in the featu…
-
I try to call:
```js
I.waitForVisible({ name: 'field_name' })
```
but locator contains:
```js
Locator {
type: 'name',
output: null,
strict: true,
locator: { name: 'field_name' },
…
-
#### What are you trying to achieve?
I have a native app (iOS) with a web context and would like from ``NATIVE_APP`` context to switch to ``WEBVIEW`` using the 'within' method to check whether the …
-
#### What are you trying to achieve?
I'm trying to get a realtime feedback for quicker test development cycle. Just like chimp where:
1. Browser stays open after tests are run
2. Tests are re-run w…
-
I have a passing test with webdriver that do:
$I->waitForText("results for "dev"")
and it's failing here:
```
There was 1 failure:
1) SearchCest: Student can search courses and paths | "paths…
-
#### Im trying to use `waitForText` method with `text` and `locator` arguments without `sec` because its already declared in `codecept.conf`
AND it just freezes. No error, exception and etc.
But if…
-
#### What are you trying to achieve?
Dynamic configs applied to retries as well
#### What do you get instead?
Dynamic configs are ignored for retries after a test fails
```js
Feature('tes…
-
Hello,
we are using cucumber to define tests, and I have noticed I can't save into this in before/after hooks. Am I missing something, or is just not possible? Or is there a way for step definition t…
-
#### What are you trying to achieve?
At the moment, many forms for unit tests with HTML elements have been implemented.
But they are all separated.
It is necessary to place links to it on the …
-
Retry failed scenario and feature in gherkin BDD format
#### What do you get instead?
Retry feature is present when using the spec implementation where we can actually do something like
Feature…