Adding log.gd
This commit is contained in:
parent
eb32d6614e
commit
4522259397
547 changed files with 46844 additions and 0 deletions
22
addons/gdUnit4/test/update/resources/markdown_example.txt
Normal file
22
addons/gdUnit4/test/update/resources/markdown_example.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
## GdUnit3 v0.9.4 - Release Candidate
|
||||
|
||||
### Improvements
|
||||
- Added project settings to configure:
|
||||
- <b>Verbose Orphans</b> to enable/disable report detected orphans
|
||||

|
||||
- <b>Server Connection Timeout Minites</b> to set test server connection timeout in minutes
|
||||
- <b>Test Timeout Seconds</b> to set the default test case timeout in seconds
|
||||

|
||||
|
||||
test seperator
|
||||
---
|
||||
|
||||
### Bugfixes
|
||||
- GdUnit inspecor:
|
||||
- Fixed invalid test case state visualisation for detected orphan nodes (#63)
|
||||
- Fixed a ui bug to auto select the first report failure after a test run
|
||||
- Fixed invalid visualisation state and error counter (#66)
|
||||
- TestSuite:
|
||||
- Using asserts on stage after() now reporting
|
||||
- Core:
|
||||
- The GdUnit network layer was replaced by a new TCP server/client architecture to enable network-related testing (#64 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue