Update pipeline (x3)
Co-authored-by: shadad00 <shadad@itba.edu.ar> Co-authored-by: bsquillari <bsquillari@itba.edu.ar>
This commit is contained in:
parent
695d84a27c
commit
f7463e0543
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
tavern-ci test_flights.tavern.yaml
|
tavern-ci *.yaml
|
||||||
# tavern-ci *.yaml
|
|
||||||
|
|
|
@ -1,14 +1,3 @@
|
||||||
test_name: Flights
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- name: Make sure we can get flights
|
|
||||||
request:
|
|
||||||
url: "{tavern.env_vars.API_URL}/flights"
|
|
||||||
method: GET
|
|
||||||
response:
|
|
||||||
status_code: 200
|
|
||||||
|
|
||||||
---
|
|
||||||
test_name: Create Flight
|
test_name: Create Flight
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
@ -60,3 +49,15 @@ stages:
|
||||||
status: !anystr
|
status: !anystr
|
||||||
headers:
|
headers:
|
||||||
content-type: application/json
|
content-type: application/json
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
test_name: Flights
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- name: Make sure we can get flights
|
||||||
|
request:
|
||||||
|
url: "{tavern.env_vars.API_URL}/flights"
|
||||||
|
method: GET
|
||||||
|
response:
|
||||||
|
status_code: 200
|
||||||
|
|
Loading…
Reference in New Issue