-
We have a React component named **EditableCallRoutingTableDialog** that contains within it another of our React components named **EditableCallRoutingTable**. The relevant snippets showing the code fo…
-
I am interested in helping with this project what are some tests that are good to start with?
-
#### What are you trying to achieve?
I am trying to use seeTraffic and grabRecordedNetworkTraffics functions. grab* function is returning array with empty values or each field. seeTraffic is always p…
-
When using mocha's `retries` functionality, such as with `Scenario().retries(2)`, on failure, mocha does a shallow clone of the test, copying just (some of) the properties it knows about, and then eve…
-
### pnpm version:
7.5.2
### Code to reproduce the issue:
Run `pnpm exec ___` on any executable that is path-aware from a subdirectory in your project.
### Expected behavior:
The executabl…
-
When you watch them they do the correct test, but the name is wrong for some reason.
-
#### What are you trying to achieve?
Try to use `browserWSEndpoint` with `cdpConnection` option for browser extension test.
#### What do you get instead?
Now during the before section, we creat…
-
How do I go about writing tests around this library? Is there a mock I can use for my PHPUnit tests? Is there a particular tool I should use? (cypress vs dusk vs phpunit)? If I am simulating a call to…
-
#### What are you trying to achieve?
I am using cucumber to write the tests.
A step for some reasons throws a javascript exception.
#### What do you get instead?
The scenario execution sto…
-
#### What are you trying to achieve?
Generate the gherkin code from bdd
#### What do you get instead?
Error :"Unexpected Indentifier"
> Provide console output if related. Use `--verbose` mode for…