Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update passenger_data.json #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions cypress/fixtures/passenger_data.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
{
"TRAIN_NO": "13185",
"TRAIN_COACH": "3A",
"TRAVEL_DATE": "24/08/2024",
"SOURCE_STATION": "SDAH",
"TRAIN_NO": "12488",
"TRAIN_COACH": "SL",
"TRAVEL_DATE": "08/02/2025",
"SOURCE_STATION": "NDLS",
"BOARDING_STATION": null,
"DESTINATION_STATION": "DBG",
"DESTINATION_STATION": "PRYJ",
"TATKAL": true,
"PREMIUM_TATKAL": false,
"UPI_ID_CONFIG": "",
"UPI_ID_CONFIG": "9354011395@ptsbi",
"PASSENGER_DETAILS": [
{
"NAME": "Shivam Pandey",
"AGE": 26,
"NAME": "Saurabh Kumar",
"AGE": 25,
"GENDER": "Male",
"SEAT": "No Preference",
"FOOD": "No Food"
},
{
"NAME": "Shivam Dubey",
"AGE": 26,
"NAME": "Shiv Nath singh",
"AGE": 50,
"GENDER": "Male",
"SEAT": "No Preference",
"FOOD": "No Food"
},
{
"NAME": "Shanti Devi",
"AGE": 45,
"GENDER": "Female",
"SEAT": "No Preference",
"FOOD": "No Food"
}
{
"NAME": "Abhishek Kumar",
"AGE": 28,
"GENDER": "Male",
"SEAT": "No Preference",
"FOOD": "No Food"
}
],
"__valid_coaches__": "SL | 2A | 3A | 3E | 1A | CC | EC | 2S",
"__valid_seats__": "Lower | Middle | Upper | Side Lower | Side Upper | Window Side | No Preference",
Expand Down