cypress-autorecord icon indicating copy to clipboard operation
cypress-autorecord copied to clipboard

Simplify API mocking by auto-recording/stubbing HTTP interactions and automating the process of updating/deleting mocks.

Results 31 cypress-autorecord issues
Sort by recently updated
recently updated
newest added

Sometimes we want to inspect the result of a test especially if developing in BDD strategy. Option to run mocks cleanup before and not after tests is good for this....

I am new to this plugin, just wondering why not allow tests to set their own patterns and config? I frequently find myself going back to the config to adjust...

## Overview We are using `cypress-autorecord` to mock out our backend APIs in several React-only front-end apps deployed as static bundles that perform cross-origin API requests. We want to fail...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

The problem that I'm having: * I'm recording against an integrated environment, which results in its URLs getting into the .spec.json * on CI, however, I'm running the tests against...

Version 10 of cypress made substantial changes in the way plugins are used. Are there any plans to support cypress 10? Would a pull request for that be welcome?

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

https://github.com/Nanciee/cypress-autorecord/blob/88d9aae2e163c0e7b70cee8fe2046e5e28ec1829/index.js#L13 The above line is the only reference to `blacklistRoutes` in the codebase, which I believe means it doesn't do anything. Are there plans to implement this feature or should...