Skip to content

Commit

Permalink
Mod README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Mar 21, 2024
1 parent c94431c commit 511ad1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public class MyTestClass

Default save path is "`Application.persistentDataPath`/TestHelper/Screenshots/`CurrentTest.Name`.png".
You can specify the save directory and/or filename by arguments.
Directory can also be specified by command line arguments `-testHelperScreenshotDirectory`.

This attribute can attached to test method only.
Can be used with sync Test, async Test, and UnityTest.
Expand Down Expand Up @@ -376,6 +377,7 @@ public class MyTestClass
Default save path is "`Application.persistentDataPath`/TestHelper/Screenshots/`CurrentTest.Name`.png".
(Replace `CurrentTest.Name` to caller method name when run in runtime context.)
You can specify the save directory and/or filename by arguments.
Directory can also be specified by command line arguments `-testHelperScreenshotDirectory`.

Usage:

Expand Down

0 comments on commit 511ad1c

Please sign in to comment.