testcafe-hammerhead
testcafe-hammerhead copied to clipboard
A powerful web-proxy used as a core for the TestCafe testing framework. :hammer: :smiley:
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
### What is your Scenario? My application uses `@reduxjs/toolkit` that contains the following function (see [here](https://github.com/reduxjs/redux-toolkit/blob/0c751efae1e62071d70941133bc7789422eaabc8/packages/toolkit/src/createSlice.ts#L587)): ``` function buildCreateSlice({ creators } = {}) { const cAT = creators?.asyncThunk?.[asyncThunkSymbol]; ... }...
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...
### What is your Scenario? This error happens only when running `testcafe firefox` UI tests. `testcafe chrome` tests pass without errors. Corresponding issue https://github.com/guybedford/es-module-shims/issues/494 has been opened in es-module-shims repository....
### What is your Scenario? Use testcafe to verify that maps are rendered showing the correct location within https://demo.photoprism.app/library/places?q=s2:5486148ceb64. ### What is the Current behavior? The map tiles are not...
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...
### What is your Scenario? My application code creates module workers as follows (see spec [here](https://html.spec.whatwg.org/multipage/workers.html#module-worker-example)): ``` const worker = new Worker("worker.js", { type: "module" }); ``` ### What is...