Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullpointer authored Jun 20, 2024
1 parent bb21fb2 commit 745c36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This example runs all tests located under `res://myproject/tests` on Godot-4.2.1
with:
godot-version: '4.2.1'
paths: 'res://myproject/tests'
report-name: 'test-result.xml'
report-name: 'myproject-test-result'
```

In this example, all tests located in 'myproject1/tests' and 'myproject2/tests' are executed using the master branch version of GdUnit4
Expand All @@ -137,7 +137,7 @@ In this example, all tests located in 'myproject1/tests' and 'myproject2/tests'
paths: |
res://myproject1/tests
res://myproject2/tests
report-name: 'test-result.xml'
report-name: 'myproject-test-result'
```

In this example, we run the tests but without a published test report.
Expand Down

0 comments on commit 745c36a

Please sign in to comment.