-
in my jest config
```
setupFilesAfterEnv: [
'./jest.setup.js'
, "@jest-decorated/core/globals"
],
```
in my setup.ts
```
import "@jest-decorated/core/glob…
-
Identify the best test runner for a Node.js / Next.js setup and implement a FE and BE test
-
### Current Behavior
Generating a component using @nx/react:component and style set to "tailwind", generates a styled-components template. This causes TS errors in the newly generated component.
…
-
# Playwright
Playwright is an automated browser testing tool that supports: Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile…
-
# Improve the deployment pipeline by adding in:
* MarkDown syntax checks and style linting
* Deployment checks using testing library
* validate all links work
* verify all tags have a page w…
-
### Clear and concise description of the problem
It would be great to have an Electron mode for browser mode so that Electron apps could be tested easily. Currently, to test code that needs to import…
rynoV updated
16 hours ago
-
Investigate and implement client side testing with a tool such as Jest or Playwright
[Unit testing JavaScript and TypeScript - Visual Studio (Windows) | Microsoft Docs](https://docs.microsoft.com/e…
-
* add unit tests (jest)
* add e2e tests (playwright)
things to test:
* hooks
* components
* mock network and verify different charts that we have
-
### Current Behavior
I get the same error this issue mentions: [#26296](https://github.com/nrwl/nx/issues/26296)
I also got the message to create a ticket here.
The same situation as the above menti…
-
It's time to migrate to a modern testing setup! I've settled on Jest/testing-library and I've got a few Jest tests up and running (in /tests), but there are still a lot of old Jasmine tests to migrate…