mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 22:39:42 +08:00
fix: convert swipe params with ConvertToFloat64Slice
This commit is contained in:
@@ -39,8 +39,10 @@ func (d *DriverSession) Reset() {
|
||||
d.e2eDelay = nil
|
||||
}
|
||||
|
||||
func (d *DriverSession) Get(withReset bool) map[string]interface{} {
|
||||
data := map[string]interface{}{
|
||||
type Attachments map[string]interface{}
|
||||
|
||||
func (d *DriverSession) Get(withReset bool) Attachments {
|
||||
data := Attachments{
|
||||
"screen_results": d.screenResults,
|
||||
}
|
||||
if len(d.e2eDelay) != 0 {
|
||||
|
||||
Reference in New Issue
Block a user