File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 run : go test -list="Test|Example" ./... | launchable subset --session $(cat session.txt) --confidence 80% go-test > launchable-subset.txt
5656 - name : Test
5757 run : |
58- go test $(cat launchable-subset.txt) ./... -v 2>&1 | go-junit-report -set-exit-code > report.xml
58+ go test -run $(cat launchable-subset.txt) ./... -v 2>&1 | go-junit-report -set-exit-code > report.xml
5959 cat report.xml
6060 - name : Record
6161 run : launchable record tests --session $(cat session.txt) go-test report.xml
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ func TestExample5(t *testing.T) {
2222 expect : 3 ,
2323 },
2424 {
25- title : "Test case 2 (fail case) " ,
25+ title : "Test case 2" ,
2626 input : input {
2727 a : 3 ,
2828 b : 4 ,
2929 },
30- expect : 8 ,
30+ expect : 7 ,
3131 },
3232 }
3333
You can’t perform that action at this time.
0 commit comments