Petar Borisovski

Results 10 issues of Petar Borisovski

As we are using https://github.com/davidalger/warden for our projects, its not possible to use the GUI. Running `npx cypress open` throws the following error: ``` [2051:0713/115838.687050:ERROR:bus.cc(397)] Failed to connect to the...

help wanted

We currently use https://github.com/davidalger/warden for our projects. Running `npx cypress run --spec ./cypress/integration/path/to/some.spec.js` leads to the following error: ``` Your system is missing the dependency: Xvfb Install Xvfb and run...

documentation
question

In the recent updated, the hook "Exists" was introduced which from looking at the comment in the hook itself, it checks if given files are included/exist. In our tests, we...

question

### Summary (*) When one module with `db_schema` has a constraint on another module where the table is created via `Install/Setup Schema` it leads to the error mentioned in the...

When installing Magento 2.4.4 with `bin/magento setup:install` the installation fails with ``` [Progress: 351 / 1431] Module 'Mageplaza_Core': [Progress: 352 / 1431] Module 'Mageplaza_Blog': In Config.php line 449: [Magento\Framework\Exception\LocalizedException] Invalid...

Please make sure these boxes are checked before submitting your PR - thank you! - [ ] Pull request is based against develop branch - [ ] README.md reflects changes...

When you scroll down to a certain page (page 5), open a product, then go back to the same product listing using the browser back button. If you click on...

enhancement
help wanted

Running `bin/magento yireo_extensionchecker:scan` on a module throws the following errors: `Dependency "Magento_Widget" from module.xml possibly not needed.` `Dependency "magento/module-widget" from composer.json possibly not needed.` After double checking said module, we...

Its great that the module supports XML files and i think the analysing these files can be improved. For example, we have a module where we use `xtento/productexport` . In...