1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00

Fix #445 update test usage description

This commit is contained in:
Mark Goldin 2019-06-03 16:55:52 +07:00
parent 87c5b67d0e
commit c97682013e

View File

@ -11,8 +11,7 @@ import XCTest
class MacawSVGTests: XCTestCase {
/*
Test utils
When test are running on device, in debug mode, if shouldComparePNGImages set to true, result images will be saved into MacawTestOutputData folder in documents.
When test are running, if shouldSaveFaildedTestImage set to true, result images will be saved into MacawTestOutputData folder in documents.
Also, there is no way to detect that multiple test will runs.
In this case, when all MacawSVGTests will be performed, set multipleTestsWillRun to true, then all test images will be saved to the folder.