Sune Radich Vestergaard
Sune Radich Vestergaard
Yes I did. If I remove that file, my e2e tests run again. Can I convert the global json file to a cypress.config.ts file, and expect the config options to...
I would hate to manually have to add my global settings, more specifically configuration for test-reporting for our CI setup. If its a manual task, then I have to do...
I'll make a test to see if a global file still works as previous, I'll let you know how it goes.
I will find a way to manage any global config I might need. For now we live without it.
It is sad that this PR just sits here. Any change it can be integrated in a new release?
I am in the process of upgrading our nx monorepo (and in turn also upgrade from Angular 13 to Angular 14). A bunch of my existing unit tests now fail...
I too would like to see better support for angular projects. In an angular project, you can define includePaths in `angular.json`. This tells the angular setup (webpack under the hood...
@gavmck This solved my issues of importing. I am also using an Angular Storybook (5.3.8), and it seems to do the trick for all my stories
I had the same issue, mine runs through all stories when I set concurrency to 2
Any news on this issue?