Hideman42
Hideman42
I have the same issue here. It works fine locally but in a CI/CD GHA it goes over node_modules for no reasons... I have to use the following in config...
I am having troubles with this as well and actually the documentation seem errorneous and/or not clear on the subject. - [Playwright grabRecordedNetworkTraffics](https://codecept.io/helpers/Playwright/#grabrecordednetworktraffics) - [Playwright startRecordingTraffic](https://codecept.io/helpers/Playwright/#startrecordingtraffic) - [Dev tools (from...
Need this too. +1 Not really a great option to manually have to upload the cache as artifact, maybe the cache upload doesnt behave exaclty the same way as upload...
> Just a heads up (since you mentioned youre using `--fix and --fix-suggestions` flags), `eqeqeq` should be a dangerous fix since just blindly changing `==` to `===` can change the...
I added another usefull small auto-fix to the list, the eslint-plugin-react(exhaustive-deps) to add needed dependencies to the array.
I just added to the list some missing auto-fix that are very annoying and would be great time saver when migrating old projects up to quality. - eslint-plugin-import(no-named-as-default): Module "@testing-library/user-event"...