-
-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codeceptjs version > 3.5.8 - Throws DataCloneError when I.executeScript command is used with run-workers (multiple browser parallel execution) #4165
Comments
@kobenguyent @DavertMik could you pls help with this issue? |
Hello @kobenguyent .. Would you be able to help with this issue? |
This issue is stale because it has been open for 90 days with no activity. |
any update on the issue, we are also facing the same problem. |
code4muktesh
pushed a commit
to code4muktesh/CodeceptJS
that referenced
this issue
Sep 4, 2024
Merged
kobenguyent
pushed a commit
that referenced
this issue
Sep 4, 2024
#4165 Co-authored-by: muktesh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you trying to achieve?
In my application, there are several ReactJS fields for which we utilize the
executeScript
command to assign values. While this process functions correctly in a non-parallel execution environment, it encounters issues when executed in parallel.**Note: this works fine with codeceptjs versions lesser than 3.5.8 (Example, with 3.5.6 this error does not occur).
Command to run the test
npx codeceptjs run-workers 2 profile1 --verbose
**
What do you get instead?
Details
The text was updated successfully, but these errors were encountered: