-
I would like to see Cucumber as supported framework for e2e testing.
Thank you, guys!
-
There is a one big mess in my eyes when it comes to testing frameworks/tools for the languages, never in my life I've seen somebody was actually testing application even through everyone says "You sho…
-
just a test
-
Sort of the opposite of https://github.com/alexkrechik/VSCucumberAutoComplete/issues/313
Jest-cucumber allows .step files to be located relative to each .feature file via the configuration option `…
-
### Is your proposal related to a problem?
CRA only supports overriding a few Jest options and `reporters` is not one of them. I know that I can add reporters via cli `--reporters=my-reporter`,…
-
Report individual contributions made by each team member
labra updated
4 years ago
-
## 🐛 Bug Report
Test case is executed even if beforeAll did not finish.
## To Reproduce
This test file:
```js
beforeAll(async () => new Promise((resolve, reject) => {
// Never resolves
…
-
can we have support async/await for wdio-intercept-service
-
-
Hi everyone, I'm trying to implement code coverage in my project react CRA + Typescript in e2e and unit tests and what is happening, is that when I run e2e tests, everything works fine but when I run …