mystic devx
mystic devx
> Hey @MingruiZhang > Thanks for feedback! > > I am not sure which value is expected for `webkitRelativePath ` – please suggest. Otherwise it can roughly be taken from...
> I would like to test a directory upload input, for that it should be enough to set the `webkitRelativePath` property in the created `File` object(s), eg: > > ```...
Cypress version: 10.9.0 @badeball/cypress-cucumber-preprocessor: 13.0.3 (latest) cypress-allure-plugin: 2.33.1 node: 14.17.3 Hi, I have upgraded to v2.33.1 but still the environment.json file returns as an empty array when report is prepared....
Confirming that I also still get the same issue with: Cypress 10.9.0 Node: 14.17.3 locally MacOS: 12.6 - M1 chip in ci, docker base image: cypress/base:14.17.3 So still I use...
> Hi @JessefSpecialisterren , sorry you're still having issues. We addressed an issue that was causing this error in 12.16.0 but it appears you've identified one or more edge cases...
hey @fauzisunarya i see you dont use cucumber, so good news, the official allure-cypress is out see here https://github.com/cypress-io/cypress/issues/27113#issuecomment-1985898312
on Cypress 14.0.0 More than 3 years with no solution for one of the core feature is weird. Indirectly signalling to go for "cloud" bc it can be seen there?
I dont think its about compile error, bc the files are compiled, just its too late for cypress to detect the changes (I say this bc when watch mode is...
hi @badeball, as @MDG-JHowley mentioned, without the below setting, its still the same. ``` on("file:preprocessor", (file) => { file.shouldWatch = false; return bundler(file); }); ``` cypress: 15.5.0 cypress-cucumber-preprocessor: 23.2.1 cypress-esbuild-preprocessor:...