Javier Brea

Results 73 issues of Javier Brea

Currently, `node-watch` only watches the mocks folder. If you are importing files outside this folder, changes in those files are not producing a "hot reload". It is desirable to allow...

enhancement

- docs: Add @mocks-server/cypress-commands plugin

section: plugins

The plugin should support parallel callbacks returning a promise. This would be useful to allow to perform async tasks when checking whether the plugin should stop the execution or not...

enhancement

Currently, an error in parallel callbacks would produce the plugin tasks to fail without any further information. It is desired to catch errors in parallel callbacks, ignore them, and give...

enhancement

The example in the README.md file about parallel runs contains an error. The `fs.writeFileSync` requires at least two arguments, and in the example only one is passed. So, it would...

documentation

In order to optimize the core for a programmatic usage and to make the system more scalable, it is desirable to extract the current files loaders into a plugin. The...

refactor

Pnpm and Nx.dev versions should be upgraded

The JavaScript API section in the website documentation should be updated with examples in TypeScript. Some API methods has changed as well. This should be documented in the "Releases" section,...

documentation

Unit tests should be completed in the release branch in order to be able to finish the release. The branch has "component" or "functional" tests of each package, but in...

test

The website should be migrated to the monorepo in order to make easier to release both a feature and its related documentation at the same time. This would make also...

documentation