mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Start test steps from 1 (not from 0).
This commit is contained in:
parent
2fbe6f9393
commit
b19fcc340d
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ void Test::createMDFile() {
|
|||
int snapShotIndex { 0 };
|
||||
for (size_t i = 0; i < testScriptLines.stepList.size(); ++i) {
|
||||
stream << "### Step " << QString::number(i) << "\n";
|
||||
stream << "- " << testScriptLines.stepList[i]->text << "\n";
|
||||
stream << "- " << testScriptLines.stepList[i + 1]->text << "\n";
|
||||
if (testScriptLines.stepList[i]->takeSnapshot) {
|
||||
stream << "- .rightJustified(5, '0') << ".png)\n";
|
||||
++snapShotIndex;
|
||||
|
|
Loading…
Reference in a new issue