-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental Client Game Test API (#4292)
* Move client auto tests to new module fabric-client-gametest-api-v1 * Fix run prod Gradle tasks * Rename remaining references to client auto-tests * Switch client gametests to using entrypoints * Disable input and cursor grabbing * Remove FabricClientTestHelper moving most of it into the context. Add the ability to simulate key and mouse inputs * Rename and document input methods * Rename client gametest github action * Fix tryClickScreenButtonImpl for buttons inside layout widgets * Address review comments and repackage client gametest test * Delete wrong reference to TitleScreenAccessor. Thanks mcdev * Address review comments * Clean up default game options * Improve documentation * Remove module dependencies --------- Co-authored-by: modmuss50 <[email protected]>
- Loading branch information
1 parent
08f5ef8
commit b47eab6
Showing
39 changed files
with
1,985 additions
and
552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
175 changes: 0 additions & 175 deletions
175
.../src/testmodClient/java/net/fabricmc/fabric/test/base/client/FabricApiAutoTestClient.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.