Squish Tip: Using startSection/endSection to improve test result readability
Squish 6 introduces a new feature for helping to document parts of a test case. test.startSection(title, description) can be used...
Read moreSquish 6 introduces a new feature for helping to document parts of a test case. test.startSection(title, description) can be used...
Read moreSome functions in Squish need to be called in pairs to work correctly. For example fixateResultContext and restoreResultContext should go...
Read more