Skip to content

Commit

Permalink
update TESTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfudge committed Nov 12, 2022
1 parent 034e8a2 commit d55730d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Testing Not Enough Crashes
This documents details how to test Not Enough Crashes after making changes.

Apply these tests in the production environment, with the test mod:
- Fabric: `cd TestFabricMod`, Forge: `cd TestForgeMod`
- `gradlew build`
For dev use:
- `gradlew addTestMods`
- To test Fabric in dev, uncomment `runtimeOnly project(path: ":TestFabricMod", configuration: "namedElements")`
in `fabric/build.gradle`
- To test Forge in dev, uncomment `runtimeOnly project(path: ":TestFabricMod", configuration: "namedElements")`
in `forge/build.gradle`

To test in production, build the test Fabric/Forge mod and add them alongside NEC.


## Crash Handling

Expand Down

0 comments on commit d55730d

Please sign in to comment.