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
Please describe what you would like to see in this project
The unit tests are covering the internal SDK, but we need test cases for the interface to the SDK. This can be done by creating a simple plugin, getting the relevant engine version, and running that plugin using the engine and the version of the SDK under test.
This is needed for integration testing.
This should ideally be run in a Github workflow to verify that the changes work.
Please describe your use case
This should make it so that we don't need to manually run another plugin in the engine with the new SDK version substituted into it to verify that the PR didn't break anything.
We need to find a way to make sure that we can test and don't get bogged down by any of the following scenarios:
Change to SDK that doesn't change engine
Change to SDK that doesn't require an engine change.
Change to SDK that requires a changed engine
The text was updated successfully, but these errors were encountered:
Please describe what you would like to see in this project
The unit tests are covering the internal SDK, but we need test cases for the interface to the SDK. This can be done by creating a simple plugin, getting the relevant engine version, and running that plugin using the engine and the version of the SDK under test.
This is needed for integration testing.
This should ideally be run in a Github workflow to verify that the changes work.
Please describe your use case
This should make it so that we don't need to manually run another plugin in the engine with the new SDK version substituted into it to verify that the PR didn't break anything.
We need to find a way to make sure that we can test and don't get bogged down by any of the following scenarios:
The text was updated successfully, but these errors were encountered: