Isaias Valle

Results 4 comments of Isaias Valle

I want to add a file with the current test on an afterEach ``` afterEach(function () { allure.attachment('File att', 'File Data', ContentType.TEXT); allure.testAttachment('File tatt', 'File Data', ContentType.TEXT); allure.createAttachment('File catt', 'File...

Maybe this will help create some random number SSN-like value: ``` faker.phone.number('###-##-####') // Example Results: // 771-00-9483 // 315-74-5571 ``` For a "valid" Honduras ID number: ``` faker.phone.number('####-####-#####') ``` It...

> @kherock Have you found a workaround or an alternative? I have a workaround: ```sh # inside your yarn PnP project folder cd .. yarn init yarn config set nodeLinker...

It will be nice to have this example working with the dragover/dragenter, dragleave and only highlight the one the inner drop