Messages and tests order changes after completing build job
We are pushing tests and messages in order through appveyor.yml (https://github.com/jiteshsojitra/appveyor-desktop/blob/master/appve...)
Add-AppveyorTest -Name $_ -Filename $env:TEXT_REPORT_PATH -Outcome Failed
Add-AppveyorMessage "Running desktop automation tests, please wait..."
Messages and tests shows in order when build is running, after completing job it varies its order. Due to this issue, user finds problem in actual review of the job result. Can you fix the order the way it is saved?
For e.g.
https://ci.appveyor.com/project/jiteshsojitra/appveyor-desktop/buil...
https://ci.appveyor.com/project/jiteshsojitra/appveyor-desktop/buil...
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Matthias on 23 May, 2020 04:25 PM
Having the same issue here.
The messages are not shown in the order as added by build script.
The order seems to be random, I can't find any specific order.