I try to setup wallaby in my nrwl/nx monorepo. I have a angular 8 and a nest.js app in this monorep. I use Jest for testing and latest Jetbrains Webstorm IDE. I could not find any instructions on how to get wallaby up and running in this setup. The only half way helpful resources I was able to find are the sample repos from TomWhiteOmni on GitHub. However, they are targeted to older Nx versions. Does anyone ever got such a setup to work and would be willing to share instructions?
How to setup wallaby.js in nrwl nx monorepo with angular and nest.js
475 Views Asked by Andreas At
1
There are 1 best solutions below
Related Questions in NRWL-NX
- NX Monorepo 'rootDir' is expected to contain all source files
- How Can I Pass a Custom Flag to the 'nx angular serve' Command Without Encountering an Error?
- NX Library re-usability in multiple projects?
- Nx converter to ESLint's flat config breaks linting
- NX Angular unit tests fail because of NullInjectorError
- Adding @nx/webpack plugin breaks Nativescript build
- What Could be the Issue with Integrating a Custom Executor for the 'serve' Operation?
- NX fails to run root level script using cache
- Running any NX command on Angular project gives ^[[12;1R error
- Is there a way to enforce Nx module boundaries at compile time?
- Including images in Angular 17+ library using Nx framework
- Problem when importing another class from a shared library resulting "Error: Module not found: Error: Can't resolve"
- NX is not able to purge tailwind third-party library's classNames
- Using value inside .forRoot() from a Service
- iOS Bundling failed 1933ms Unable to resolve "@test/lib1" from "apps/test/src/App.tsx"
Related Questions in WALLABY.JS
- Recommended Wallaby.js alternatives?
- Can't run wallaby.js with jest in vscode
- Wallaby.js not working (Cannot find module '../../config-test.json' from 'node_modules/cpm-config.app.js')
- How to ensure jest mocks always reset?
- How to test electron ipc events using jest?
- How to setup wallaby.js in nrwl nx monorepo with angular and nest.js
- Configuring jest, wallabyjs in a rush monorepo
- wallaby.js with jQuery
- Wallabyjs - setting noEmitOnError to true produces errors
- Angular 6 app with multiple projects. How to run all spec files? ng test runs only first project
- Wallaby.js - Zone is needed for the async() test helper
- $_$wf is not defined wallaby.js and puppeteer interference
- Wallaby.js not working with jasmine callFake(...)?
- Postgres connection timeout in Wallaby acceptance tests
- Atom Quokka plugin error: Unexpected token import when importing a module written with ES6 -
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have wallaby running using the official documentation.
https://wallabyjs.com/docs/integration/nrwl.html
But as the docs state, you have to choose the library to run the tests against, which is a bummer.
Maybe it will improve over time.