AppSettings alignment with other projects _TestContextTestName over _TestContext
23 lines
802 B
HTTP
23 lines
802 B
HTTP
|
|
@host = https://oi-metrology-viewer-prod.mes.infineon.com:4438/api/v1/file-share/archive-data/?area=FQA&equipment-id=FQA-8INCH&search-pattern=*.wc&wafer-size=8INCH
|
|
@hostB = https://oi-metrology-viewer-prod.mes.infineon.com:4437/api/v1
|
|
@hostC = https://oi-metrology-viewer-prod.mes.infineon.com:4438/api/v1
|
|
@waferSize = 6INCH
|
|
@area = FQA
|
|
@cassID = Test
|
|
|
|
###
|
|
GET {{host}}/archive-data/?area=FQA&equipment-id=FQA-8INCH&search-pattern=*.wc&wafer-size=8INCH
|
|
Accept: application/json
|
|
|
|
###
|
|
GET {{host}}/archive-data/?area=FQA&equipment-id=FQA-8INCH&search-pattern=*.wc&wafer-size=8INCH
|
|
Accept: application/json
|
|
|
|
###
|
|
GET {{hostC}}/WaferCounter/{{waferSize}}/last-quantity-and-slot-map/?area={{area}}&text={{cassID}}
|
|
Accept: application/json
|
|
|
|
###
|
|
GET {{hostB}}/file-share/equipment-ids
|
|
Accept: application/json |