``I have tried method1
Given url urlUP + querykey
And header Authorization = auth.getBearerToken('Profile',keyClock)
And multipart file files = { read: '#(file1)' , read: '#(file2)' , read: '#(file3)' , read: '#(file4)' , contentType: 'application/json' }
When method post
Then status 200
method2
* def filepathtblBooking = 'src/test/file1.json'
* def filepathtblStatus = 'src/test/file2.json'
* def filepathtblBuilding = 'src/test/file3.json'
* def filepathtblRoom = 'src/test/file4.json'
Given url urlUP + querykey
And header Authorization = auth.getBearerToken('Profile',keyClock)
And multipart file files = { read: '#(file1)' , contentType: 'application/json' }
And multipart file files = { read: '#(file2)' , contentType: 'application/json' }
And multipart file files = { read: '#(file3)' , contentType: 'application/json' }
And multipart file files = { read: '#(file4)' , contentType: 'application/json' }
When method post Then status 200
both failed
i have tried both ways API is not hit