You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could have an examples directory, with several simple electron apps, each covering different scenario, and focusing on similar groups that can be tested. Current e2e setup with single instance of electron app is simple, but prevents us from using it for more complex scenarios & integrations with 3rd party libraries
A good started would be examples for those:
basic, raw usage -> no 3rd party dependencies, covering manual setup with stateSyncEnhancer
more advanced usage -> explicit rendererStateSyncEnhancer & mainStateSyncEnhancer
integration with @reduxjs/toolkit
integration with redux-saga
integration with redux-devtools-extension
...more?
Those examples would live as stand alone packages in example folder, and we could run some integration tests template on them
The text was updated successfully, but these errors were encountered:
We could have an examples directory, with several simple electron apps, each covering different scenario, and focusing on similar groups that can be tested. Current e2e setup with single instance of electron app is simple, but prevents us from using it for more complex scenarios & integrations with 3rd party libraries
A good started would be examples for those:
stateSyncEnhancer
rendererStateSyncEnhancer
&mainStateSyncEnhancer
@reduxjs/toolkit
redux-saga
redux-devtools-extension
Those examples would live as stand alone packages in example folder, and we could run some integration tests template on them
The text was updated successfully, but these errors were encountered: