-
## Current Behavior
The UI window when using generators does not show form according to schema of the generator. I get some kind of html response back. Nx Console Idea plugin works for me but it is d…
-
Feel free to comment on the issue to pick them up if you are interested in implementing them! Thanks.
- #14
- #13
- #12
- #11
- #8
- #7
- #36
- #37
- #46
- #38
- #39
- #40
- #42
- #…
-
### Environment
**`expect-webdriverio` version**: 1.2.3
**WebdriverIO version**: 6.4.1
**Test Framework**: mocha (jest/jasmine/mocha/cucumber/etc)
**async/sync**: async (is `@wdio/sync` used? - …
-
### Current Behavior
If you run `nx format` on files with self-closing tags (avaliable since Angular 15.1), you get:
```
SyntaxError: Only void and foreign elements can be self closed "tag-name"
…
-
**Describe the bug**
Testomatio Reporter does not create a Run Report for Cypress.js, Jest, Cucumber.js projects.
**The issue affects:**
- Cypress + JS
- Cypress + TS
- Jest + JS
- Cucumber
…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
Testomatio allows executing tests on CI from its interface.
A single test, suite, test plan, or all tests can be executed automatically on CI.
Currently following CI systems supported:
* Jenki…
-
### Current behavior
Trying to run tests using the Jest, I'm getting the following error:
![image](https://user-images.githubusercontent.com/23644327/186706279-caf446ed-d5b3-4c85-8ace-eda517b25599…
-
Hello Playwright team, currentlly for passing parameters in tests we can use 'for loop'.
```
// example.spec.ts
const people = ['Alice', 'Bob'];
for (const name of people) {
test(`testing wi…
-
## Current Behavior
It's working perfectly fine when executing `cd apps/my-project-e2e/ && cypress run` but it doesn't work when I do `nx e2e my-project-e2e`
When I launch with --watch option …