mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
E2E/integration tests: un-skip tests, update mocked when, update fixtures ✅
This commit is contained in:
parent
46fb44d0de
commit
959e894d42
1213 changed files with 5242 additions and 9207 deletions
|
@ -191,7 +191,7 @@ tap.test('earlier/later journeys', async (t) => {
|
|||
t.end()
|
||||
})
|
||||
|
||||
tap.skip('journeys – leg cycle & alternatives', async (t) => {
|
||||
tap.test('journeys – leg cycle & alternatives', async (t) => {
|
||||
await testLegCycleAlternatives({
|
||||
test: t,
|
||||
fetchJourneys: client.journeys,
|
||||
|
|
File diff suppressed because one or more lines are too long
1
test/e2e/fixtures/00b5efb12f68c71f0dd32dc9412b18da
vendored
Normal file
1
test/e2e/fixtures/00b5efb12f68c71f0dd32dc9412b18da
vendored
Normal file
File diff suppressed because one or more lines are too long
36
test/e2e/fixtures/00b5efb12f68c71f0dd32dc9412b18da.headers
vendored
Normal file
36
test/e2e/fixtures/00b5efb12f68c71f0dd32dc9412b18da.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Thu, 21 Oct 2021 22:03:59 GMT",
|
||||
"server": "Apache",
|
||||
"vary": "User-Agent",
|
||||
"content-length": "2469",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrinfo.vbb.de/bin/mgate.exe",
|
||||
"time": 339,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-t44157c6bf37bransport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"608"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
1
test/e2e/fixtures/0133b8e3f9eceb649c62174db168e0c1
vendored
Normal file
1
test/e2e/fixtures/0133b8e3f9eceb649c62174db168e0c1
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:53 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:54 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "6875",
|
||||
"content-length": "6614",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrplaner.vbn.de/bin/mgate.exe?mic=d36951d8f093b3829d2222b087a34c6d&mac=36772d7f984333616dfbc037564c6808",
|
||||
"time": 906,
|
||||
"url": "https://fahrplaner.vbn.de/bin/mgate.exe?mic=c0be944a4e342710ceac6fe96a6ae027&mac=594f1ba64fe1bce1b725a357438e77eb",
|
||||
"time": 1234,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/ha69ce58b92fa7fas-client:test"
|
||||
"public-transport/hafas-client:tesa00a06d08ae9t"
|
||||
],
|
||||
"Content-Length": [
|
||||
"623"
|
1
test/e2e/fixtures/013ad7b3eda7774b4061f610b3f825ba
vendored
Normal file
1
test/e2e/fixtures/013ad7b3eda7774b4061f610b3f825ba
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/013ad7b3eda7774b4061f610b3f825ba.headers
vendored
Normal file
37
test/e2e/fixtures/013ad7b3eda7774b4061f610b3f825ba.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Thu, 21 Oct 2021 22:03:37 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "3744",
|
||||
"access-control-allow-origin": "*",
|
||||
"access-control-allow-headers": "*",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||
"time": 409,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"p2ebf9eed52c3ublic-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"740"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:18 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:40 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "3138",
|
||||
"content-length": "3032",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fpa.invg.de/bin/mgate.exe",
|
||||
"time": 402,
|
||||
"time": 432,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/haf4df3d5be7d98as-client:test"
|
||||
"public-trans63073dc95bcfport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"288"
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
test/e2e/fixtures/0218d21087458d6384e7159653f4186a
vendored
Normal file
1
test/e2e/fixtures/0218d21087458d6384e7159653f4186a
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:01 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:38 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "2491",
|
||||
"content-length": "3267",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://horaires.cfl.lu/bin/mgate.exe",
|
||||
"time": 219,
|
||||
"time": 307,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-tra98bba1d3be6fnsport/hafas-client:test"
|
||||
"public-trac77d51f4df3ensport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"362"
|
1
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346
vendored
Normal file
1
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346.headers
vendored
Normal file
37
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Thu, 21 Oct 2021 22:03:46 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "1745",
|
||||
"access-control-allow-origin": "*",
|
||||
"access-control-allow-headers": "*",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||
"time": 240,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/h2ebf9eed52c3afas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"402"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
1
test/e2e/fixtures/033877e32bd2e74d9882b50e1c89f2ac
vendored
Normal file
1
test/e2e/fixtures/033877e32bd2e74d9882b50e1c89f2ac
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:23 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:34 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "4119",
|
||||
"content-length": "4129",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*"
|
||||
},
|
||||
"url": "https://auskunft.nvv.de/auskunft/bin/app/mgate.exe",
|
||||
"time": 777,
|
||||
"time": 1292,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-clie1082e641429ent:test"
|
||||
"public-transport/hafas-client:tae507434438cest"
|
||||
],
|
||||
"Content-Length": [
|
||||
"658"
|
1
test/e2e/fixtures/033a695d878c181176a44af9c791da41
vendored
Normal file
1
test/e2e/fixtures/033a695d878c181176a44af9c791da41
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:27 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:40 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "2791",
|
||||
"content-length": "2951",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*"
|
||||
},
|
||||
"url": "https://auskunft.nvv.de/auskunft/bin/app/mgate.exe",
|
||||
"time": 263,
|
||||
"time": 251,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"publice1082e641429-transport/hafas-client:test"
|
||||
"public-transport/hae507434438cafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"305"
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:28 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:39 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "2908",
|
||||
"content-length": "2827",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*"
|
||||
},
|
||||
"url": "https://auskunft.nvv.de/auskunft/bin/app/mgate.exe",
|
||||
"time": 221,
|
||||
"time": 270,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-client:e1082e641429test"
|
||||
"public-transport/hafas-clientae507434438c:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"305"
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"ver":"1.45","ext":"NVV.6.0","lang":"deu","id":"72k48gx2k2gw8wcs","err":"OK","graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocDetails","err":"OK","res":{"common":{"remL":[{"type":"I","code":"KT","icoX":0,"txtN":"<a href=\"https://hms-nvv.etc-consult.de/nvv_hms/hstdatenblatt?nvv_nr=200042\">Haltestelleninformation</a>"}],"icoL":[{"res":"attr_info"},{"res":"loc_stop"}]},"locL":[{"lid":"A=1@O=Kassel Auestadion@X=9481103@Y=51298715@U=80@L=2200042@","type":"S","name":"Kassel Auestadion","icoX":1,"extId":"2200042","state":"F","crd":{"x":9481103,"y":51298715,"floor":0},"pCls":1760,"msgL":[{"type":"REM","remX":0,"sty":"I","dspl":"U","tagL":["RES_LOC_H3"],"sort":684195840}],"TZOffset":120,"chgTime":"000500"}]}}]}
|
||||
{"ver":"1.45","ext":"NVV.6.0","lang":"deu","id":"xym6qkuumkks9gcs","err":"OK","graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocDetails","err":"OK","res":{"common":{"remL":[{"type":"I","code":"KT","icoX":0,"txtN":"<a href=\"https://haltestellen.nvv.de/hms-nvv/detailspage?dhid=de:06611:200042\">Haltestelleninformation</a>"}],"icoL":[{"res":"attr_info"},{"res":"loc_stop"}]},"locL":[{"lid":"A=1@O=Kassel Auestadion@X=9481103@Y=51298715@U=80@L=2200042@","type":"S","name":"Kassel Auestadion","icoX":1,"extId":"2200042","state":"F","crd":{"x":9481103,"y":51298715,"floor":0},"pCls":1760,"msgL":[{"type":"REM","remX":0,"sty":"I","dspl":"U","tagL":["RES_LOC_H3"],"sort":684195840}],"TZOffset":120,"chgTime":"000500"}]}}]}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:28 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:41 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "508",
|
||||
"content-length": "505",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*"
|
||||
},
|
||||
"url": "https://auskunft.nvv.de/auskunft/bin/app/mgate.exe",
|
||||
"time": 223,
|
||||
"time": 251,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"pube1082e641429lic-transport/hafas-client:test"
|
||||
"public-trae507434438cansport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"256"
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
test/e2e/fixtures/07382a3a11e0ee17f4898eaf587ff0b8
vendored
Normal file
1
test/e2e/fixtures/07382a3a11e0ee17f4898eaf587ff0b8
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:26 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:45 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "1489",
|
||||
"content-length": "1477",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://nrw.hafas.de/bin/mgate.exe",
|
||||
"time": 9632,
|
||||
"time": 6227,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transp7709f12f7e4dort/hafas-client:test"
|
||||
"public-transport/haf3f78fb03f3efas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"443"
|
3569
test/e2e/fixtures/07b9a0e12cfa4758c262f359c76b2a15
vendored
3569
test/e2e/fixtures/07b9a0e12cfa4758c262f359c76b2a15
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,51 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:51:22 GMT",
|
||||
"server": "Apache",
|
||||
"strict-transport-security": "max-age=31536000",
|
||||
"x-xss-protection": "1; mode=block",
|
||||
"x-content-type-options": "nosniff",
|
||||
"x-plattform": "cprod",
|
||||
"x-frame-options": "SAMEORIGIN",
|
||||
"access-control-allow-origin": "(null)",
|
||||
"expires": "Sat, 6 May 1995 12:00:00 GMT",
|
||||
"cache-control": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
|
||||
"pragma": "no-cache",
|
||||
"x-url": "/de/fahrplan.html",
|
||||
"x-varnish": "135824126",
|
||||
"age": "0",
|
||||
"via": "1.1 varnish (Varnish/6.2)",
|
||||
"x-cache": "MISS",
|
||||
"accept-ranges": "bytes",
|
||||
"set-cookie": [
|
||||
"AL_SESS-S=AfoxvHvqnP2c8zjEddEcPgAC6cV!s4tPdf52Zu1cc1LektJlo1OlVgpW7FO301EQVd9E; Path=/; Domain=.sbb.ch; Secure; HttpOnly; SameSite=None"
|
||||
],
|
||||
"vary": "Accept-Encoding",
|
||||
"connection": "close",
|
||||
"transfer-encoding": "chunked",
|
||||
"content-type": "text/html; charset=UTF-8"
|
||||
},
|
||||
"url": "https://www.sbb.ch/de/fahrplan.html",
|
||||
"time": 189,
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafa585d4fc827ads-client:test"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1,36 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:34:04 GMT",
|
||||
"server": "Apache",
|
||||
"vary": "User-Agent",
|
||||
"content-length": "48170",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrinfo.vbb.de/bin/mgate.exe?mic=df897b6b2c3a20be0da01b63e9b75811&mac=5cb7974d169eba382244d8ace5954168",
|
||||
"time": 1234,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-4cfefe6207catransport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"470"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{"ver":"1.34","ext":"DB.R19.12.a","lang":"eng","id":"f76g8gsgm6gwgi4s","err":"OK","cInfo":{"code":"OK","url":"","msg":""},"graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"StationBoard","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Schwedter Str., Berlin@X=13408400@Y=52537392@U=80@L=732652@","type":"S","name":"Schwedter Str., Berlin","icoX":0,"extId":"732652","state":"F","crd":{"x":13408400,"y":52537392,"floor":0},"pCls":256,"pRefL":[1,2]},{"lid":"A=1@O=Schillerstr., Berlin@X=13410584@Y=52591948@U=80@L=732759@","type":"S","name":"Schillerstr., Berlin","icoX":2,"extId":"732759","state":"F","crd":{"x":13410584,"y":52591948,"floor":0},"pCls":288},{"lid":"A=1@O=Am Kupfergraben, Berlin@X=13395366@Y=52519432@U=80@L=732565@","type":"S","name":"Am Kupfergraben, Berlin","icoX":0,"extId":"732565","state":"F","crd":{"x":13395366,"y":52519432,"floor":0},"pCls":256}],"prodL":[{"name":"STR M1","nameS":"M1","number":"M1","icoX":0,"cls":256,"oprX":0,"prodCtx":{"name":"STR M1","num":"2307","line":"M1","lineId":"8_vbbBVT_M1","matchId":"M1","catOut":"STR","catOutS":"STR","catOutL":"Straßenbahn","catIn":"STR","catCode":"8","admin":"vbbBVT"}},{"name":"STR 12","nameS":"12","icoX":0,"cls":256,"prodCtx":{"name":"STR 12","line":"12","lineId":"8_vbbBVT_12","catOut":"STR ","catOutS":"STR","catOutL":"Straßenbahn"}},{"name":"STR M1","nameS":"M1","icoX":0,"cls":256,"prodCtx":{"name":"STR M1","line":"M1","lineId":"8_vbbBVT_M1","catOut":"STR ","catOutS":"STR","catOutL":"Straßenbahn"}},{"name":"STR M1","nameS":"M1","number":"M1","icoX":0,"cls":256,"oprX":0,"prodCtx":{"name":"STR M1","num":"2265","line":"M1","lineId":"8_vbbBVT_M1","matchId":"M1","catOut":"STR","catOutS":"STR","catOutL":"Straßenbahn","catIn":"STR","catCode":"8","admin":"vbbBVT"}},{"name":"STR 12","nameS":"12","number":"12","icoX":0,"cls":256,"oprX":0,"prodCtx":{"name":"STR 12","num":"496","line":"12","lineId":"8_vbbBVT_12","matchId":"12","catOut":"STR","catOutS":"STR","catOutL":"Straßenbahn","catIn":"STR","catCode":"8","admin":"vbbBVT"}}],"opL":[{"name":"Nahreisezug","icoX":1}],"icoL":[{"res":"STR"},{"res":"DPN","txt":"Nahreisezug"},{"res":"Bus"}],"lDrawStyleL":[{"sIcoX":0,"type":"SOLID"},{"type":"SOLID"}]},"type":"DEP","jnyL":[{"jid":"1|1274368|2|80|30082021","date":"20210830","prodX":0,"dirTxt":"Niederschönhausen, Schillerstr.","dirFlg":"2","status":"P","isRchbl":true,"stbStop":{"locX":0,"idx":10,"dProdX":0,"dTimeS":"100200","dTZOffset":120,"type":"N"},"subscr":"F","prodL":[{"prodX":0,"fLocX":0,"tLocX":1,"fIdx":10,"tIdx":28}],"sumLDrawStyleX":0,"resLDrawStyleX":1,"trainStartDate":"20210830"},{"jid":"1|1273853|2|80|30082021","date":"20210830","prodX":3,"dirTxt":"Mitte, Am Kupfergraben","dirFlg":"1","status":"P","isRchbl":true,"stbStop":{"locX":0,"idx":20,"dProdX":3,"dTimeS":"100400","dTZOffset":120,"type":"N"},"subscr":"F","prodL":[{"prodX":3,"fLocX":0,"tLocX":2,"fIdx":20,"tIdx":30}],"sumLDrawStyleX":0,"resLDrawStyleX":1,"trainStartDate":"20210830"},{"jid":"1|1303987|3|80|30082021","date":"20210830","prodX":4,"dirTxt":"Mitte, Am Kupfergraben","dirFlg":"1","status":"P","isRchbl":true,"stbStop":{"locX":0,"idx":11,"dProdX":4,"dTimeS":"100400","dTZOffset":120,"type":"N"},"subscr":"F","prodL":[{"prodX":4,"fLocX":0,"tLocX":2,"fIdx":11,"tIdx":21}],"sumLDrawStyleX":0,"resLDrawStyleX":1,"trainStartDate":"20210830"}],"fpB":"20201213","fpE":"20211211","planrtTS":"1629757924","sD":"20210824","sT":"003313","locRefL":[0]}}]}
|
|
@ -1,40 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:13 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "1045",
|
||||
"connection": "close",
|
||||
"set-cookie": [
|
||||
"AWSALB=AXZLB+0URlsmU2M5kw6SiKsF0QIqSHmt71+iZfWnNaYFas41xl1TIdEzBGkvphL6ue5i8ccyV7CqRxDoxc/9Za3kLkmem7WXWhO9zFrq+GTwvDIyQw9xRjg5O7F8; Expires=Mon, 30 Aug 2021 22:33:13 GMT; Path=/",
|
||||
"AWSALBCORS=AXZLB+0URlsmU2M5kw6SiKsF0QIqSHmt71+iZfWnNaYFas41xl1TIdEzBGkvphL6ue5i8ccyV7CqRxDoxc/9Za3kLkmem7WXWhO9zFrq+GTwvDIyQw9xRjg5O7F8; Expires=Mon, 30 Aug 2021 22:33:13 GMT; Path=/; SameSite=None; Secure"
|
||||
],
|
||||
"server": "Apache",
|
||||
"strict-transport-security": "max-age=16070400; includeSubDomains"
|
||||
},
|
||||
"url": "https://reiseauskunft.bahn.de/bin/mgate.exe?checksum=c221f7c3ae5e25b4c12baadadd2e4c1b",
|
||||
"time": 221,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"pu52e01e9cec9cblic-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"402"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
1
test/e2e/fixtures/093358084eb53022ee6fa1dfb5c93efe
vendored
Normal file
1
test/e2e/fixtures/093358084eb53022ee6fa1dfb5c93efe
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:34:03 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:58 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "2933",
|
||||
"content-length": "3459",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrplaner.vsninfo.de/hafas/mgate.exe?mic=335f794433b24755f6b18d96e565c61b&mac=0b4f6289466c3e177abe850eab5beb3d",
|
||||
"time": 358,
|
||||
"url": "https://fahrplaner.vsninfo.de/hafas/mgate.exe?mic=ac7b4edd38945b7f470e59b900dc1edd&mac=bce6793b9a7dee2a86e0812f2ceecedd",
|
||||
"time": 405,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-cldfb062c516e1ient:test"
|
||||
"public-1e4bec7edc27transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"625"
|
1
test/e2e/fixtures/0983f8df953ff51bf2224d3a7b882784
vendored
Normal file
1
test/e2e/fixtures/0983f8df953ff51bf2224d3a7b882784
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:43 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:51 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "4300",
|
||||
"content-length": "3128",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*",
|
||||
"access-control-allow-headers": "*"
|
||||
},
|
||||
"url": "https://mobilapps.rejseplanen.dk/bin/iphone.exe",
|
||||
"time": 5407,
|
||||
"time": 6013,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -24,7 +24,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-tra054917b07621nsport/hafas-client:test"
|
||||
"public-transpod6a49c92fc05rt/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"720"
|
|
@ -1 +1 @@
|
|||
{"ver":"1.34","ext":"DB.R15.12.a","lang":"eng","id":"66w8ggx2k2wcxi4s","err":"OK","graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocDetails","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Karl-Theodor-Straße, München@X=11574034@Y=48166900@U=80@L=638842@","type":"S","name":"Karl-Theodor-Straße, München","icoX":0,"extId":"638842","state":"F","crd":{"x":11574034,"y":48166900,"floor":0},"pCls":256,"pRefL":[0,1],"mMastLocX":1},{"lid":"A=1@O=Karl-Theodor-Straße, München@X=11574043@Y=48166918@U=80@L=621790@","type":"S","name":"Karl-Theodor-Straße, München","icoX":1,"extId":"621790","state":"F","crd":{"x":11574043,"y":48166918,"floor":0},"pCls":256,"isMainMast":true}],"prodL":[{"pid":"L::8::STR::B1146449194::8_swm002_12::*","name":"12","nameS":"12","icoX":0,"cls":256,"prodCtx":{"name":"12","line":"12","lineId":"8_swm002_12","catOut":"STR ","catOutS":"STR","catOutL":"Straenbahn"}},{"pid":"L::8::STR::B1146449194::8_swm002_28::*","name":"28","nameS":"28","icoX":0,"cls":256,"prodCtx":{"name":"28","line":"28","lineId":"8_swm002_28","catOut":"STR ","catOutS":"STR","catOutL":"Straenbahn"}}],"icoL":[{"res":"prod_tram_t","fg":{"r":255,"g":255,"b":255},"bg":{"r":227,"g":6,"b":19}},{"res":"STA"}]},"locL":[{"lid":"A=1@O=Karl-Theodor-Straße, München@X=11574043@Y=48166918@U=80@L=621790@","type":"S","name":"Karl-Theodor-Straße, München","icoX":0,"extId":"621790","state":"F","crd":{"x":11574043,"y":48166918,"floor":0},"pCls":256,"pRefL":[0,1],"stopLocL":[0,1,0],"isMainMast":true}]}}]}
|
||||
{"ver":"1.34","ext":"DB.R15.12.a","lang":"eng","id":"vu4eakaumg4zwics","err":"OK","graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocDetails","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Karl-Theodor-Straße, München@X=11574034@Y=48166900@U=80@L=638842@","type":"S","name":"Karl-Theodor-Straße, München","icoX":0,"extId":"638842","state":"F","crd":{"x":11574034,"y":48166900,"floor":0},"pCls":256,"pRefL":[0,1],"mMastLocX":1},{"lid":"A=1@O=Karl-Theodor-Straße, München@X=11574043@Y=48166918@U=80@L=621790@","type":"S","name":"Karl-Theodor-Straße, München","icoX":1,"extId":"621790","state":"F","crd":{"x":11574043,"y":48166918,"floor":0},"pCls":256,"isMainMast":true}],"prodL":[{"pid":"L::8::STR::B1146449194::8_swm002_12::*","name":"12","nameS":"12","icoX":0,"cls":256,"prodCtx":{"name":"12","line":"12","lineId":"8_swm002_12","catOut":"STR ","catOutS":"STR","catOutL":"Straenbahn"}},{"pid":"L::8::STR::B1146449194::8_swm002_28::*","name":"28","nameS":"28","icoX":0,"cls":256,"prodCtx":{"name":"28","line":"28","lineId":"8_swm002_28","catOut":"STR ","catOutS":"STR","catOutL":"Straenbahn"}}],"icoL":[{"res":"prod_tram_t","fg":{"r":255,"g":255,"b":255},"bg":{"r":227,"g":6,"b":19}},{"res":"STA"}]},"locL":[{"lid":"A=1@O=Karl-Theodor-Straße, München@X=11574043@Y=48166918@U=80@L=621790@","type":"S","name":"Karl-Theodor-Straße, München","icoX":0,"extId":"621790","state":"F","crd":{"x":11574043,"y":48166918,"floor":0},"pCls":256,"pRefL":[0,1],"stopLocL":[0],"isMainMast":true}]}}]}
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:56 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:58 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "599",
|
||||
"content-length": "597",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://s-bahn-muenchen.hafas.de/bin/540/mgate.exe?mic=241d19ffd064ae1b0807e93081aa2b21&mac=e55e9514340431a766bed262365cb2ef",
|
||||
"time": 284,
|
||||
"time": 270,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport056a18879963/hafas-client:test"
|
||||
"public-t2bea7d366c66ransport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"264"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:08 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "1893",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*",
|
||||
"access-control-allow-headers": "*"
|
||||
},
|
||||
"url": "https://bvg.hafas.cloud/bin/mgate.exe",
|
||||
"time": 235,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"publ1fa988c20b18ic-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"296"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
1
test/e2e/fixtures/0aeb21b2581a5c38735272bc57325da6
vendored
Normal file
1
test/e2e/fixtures/0aeb21b2581a5c38735272bc57325da6
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:43 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:49 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "3306",
|
||||
"content-length": "3593",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrplan.rsag-online.de/bin/mgate.exe",
|
||||
"time": 508,
|
||||
"time": 602,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-client:tesad67a9c0e73dt"
|
||||
"pubfcdef2f5571clic-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"458"
|
1
test/e2e/fixtures/0b3b0f5e8a9cb6083d6724feb323e62a
vendored
Normal file
1
test/e2e/fixtures/0b3b0f5e8a9cb6083d6724feb323e62a
vendored
Normal file
File diff suppressed because one or more lines are too long
35
test/e2e/fixtures/0b3b0f5e8a9cb6083d6724feb323e62a.headers
vendored
Normal file
35
test/e2e/fixtures/0b3b0f5e8a9cb6083d6724feb323e62a.headers
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Thu, 21 Oct 2021 22:03:54 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "2394",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://s-bahn-muenchen.hafas.de/bin/540/mgate.exe?mic=b750d14f5f0dca167e11bd84d6169c50&mac=c135baa76c9b8d8a6689ff18a60a5c43",
|
||||
"time": 324,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public2bea7d366c66-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"312"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
1
test/e2e/fixtures/0b3f99b2b4a14af015e15c065802d2cb
vendored
Normal file
1
test/e2e/fixtures/0b3f99b2b4a14af015e15c065802d2cb
vendored
Normal file
File diff suppressed because one or more lines are too long
40
test/e2e/fixtures/0b3f99b2b4a14af015e15c065802d2cb.headers
vendored
Normal file
40
test/e2e/fixtures/0b3f99b2b4a14af015e15c065802d2cb.headers
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Thu, 21 Oct 2021 22:03:35 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "6388",
|
||||
"connection": "close",
|
||||
"set-cookie": [
|
||||
"AWSALB=ylowIkI6q1WMJbu6SYleHnTQPnjL2hDI2uzTVWd+6GhFbZ2A7MYfrXaGBMyZMqtBZxaX7IwfZArhkSzDkbmNiE9+uMkeEcyiu4iB6N3hznJ8E7OLi0ed5tjQIjp/; Expires=Thu, 28 Oct 2021 22:03:34 GMT; Path=/",
|
||||
"AWSALBCORS=ylowIkI6q1WMJbu6SYleHnTQPnjL2hDI2uzTVWd+6GhFbZ2A7MYfrXaGBMyZMqtBZxaX7IwfZArhkSzDkbmNiE9+uMkeEcyiu4iB6N3hznJ8E7OLi0ed5tjQIjp/; Expires=Thu, 28 Oct 2021 22:03:34 GMT; Path=/; SameSite=None; Secure",
|
||||
"TS014cfc63=0121ca1b9544fb966bf65112c7151cd423e15201ece250da4f5cd789034e943e7ad7cb958d74f3d4173afaf5033045f82ba200bfb19e5ab2b9c27694f25d7c0bc74eb5dc21dc9fa92620c872acdf7877f429c050d5; Path=/; Secure; HTTPOnly"
|
||||
],
|
||||
"strict-transport-security": "max-age=16070400; includeSubDomains"
|
||||
},
|
||||
"url": "https://reiseauskunft.bahn.de/bin/mgate.exe?checksum=abaf88f1a850d7f1b1d363cb6b9c2eb8",
|
||||
"time": 1868,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-trad85438d73667nsport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"745"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
1
test/e2e/fixtures/0b4ee4fd70a25a235aab8d9e79df3623
vendored
Normal file
1
test/e2e/fixtures/0b4ee4fd70a25a235aab8d9e79df3623
vendored
Normal file
File diff suppressed because one or more lines are too long
36
test/e2e/fixtures/0b4ee4fd70a25a235aab8d9e79df3623.headers
vendored
Normal file
36
test/e2e/fixtures/0b4ee4fd70a25a235aab8d9e79df3623.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Thu, 21 Oct 2021 22:04:01 GMT",
|
||||
"server": "Apache",
|
||||
"vary": "User-Agent",
|
||||
"content-length": "4948",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrinfo.vbb.de/bin/mgate.exe",
|
||||
"time": 747,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transpor44157c6bf37bt/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"734"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:32:58 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "5160",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*",
|
||||
"access-control-allow-headers": "*"
|
||||
},
|
||||
"url": "https://bvg.hafas.cloud/bin/mgate.exe",
|
||||
"time": 450,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public1fa988c20b18-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"739"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
test/e2e/fixtures/0c8bb77fba665e6000c8ec2b31d69040
vendored
Normal file
1
test/e2e/fixtures/0c8bb77fba665e6000c8ec2b31d69040
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:42 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:49 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "8382",
|
||||
"content-length": "9434",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"connection": "close",
|
||||
"strict-transport-security": "max-age=63072000; includeSubDomains"
|
||||
},
|
||||
"url": "https://fahrplan.oebb.at/bin/mgate.exe",
|
||||
"time": 1007,
|
||||
"time": 1322,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-cliend4aa68b4314et:test"
|
||||
"publ22b92615159eic-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"637"
|
1
test/e2e/fixtures/0ca9d0e2a701ea875d1b000862dee679
vendored
Normal file
1
test/e2e/fixtures/0ca9d0e2a701ea875d1b000862dee679
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:41 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:46 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "5084",
|
||||
"content-length": "5027",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrplan.rsag-online.de/bin/mgate.exe",
|
||||
"time": 476,
|
||||
"time": 785,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,10 +22,10 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/ad67a9c0e73dhafas-client:test"
|
||||
"public-transport/hafas-clienfcdef2f5571ct:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"731"
|
||||
"736"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
File diff suppressed because one or more lines are too long
|
@ -1,40 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:10 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "3883",
|
||||
"connection": "close",
|
||||
"set-cookie": [
|
||||
"AWSALB=RBgcoa9uLfh6TICJV4d4thKVYnIpz5qwk5tks7gJhX3SFgQEXHC+GFb8l6aOg8zK3nBagt20boC831zKjAXIH6mMxuYn/26TdCGtNgz9cukSHjXoMx3PcQxe2Yn5; Expires=Mon, 30 Aug 2021 22:33:09 GMT; Path=/",
|
||||
"AWSALBCORS=RBgcoa9uLfh6TICJV4d4thKVYnIpz5qwk5tks7gJhX3SFgQEXHC+GFb8l6aOg8zK3nBagt20boC831zKjAXIH6mMxuYn/26TdCGtNgz9cukSHjXoMx3PcQxe2Yn5; Expires=Mon, 30 Aug 2021 22:33:09 GMT; Path=/; SameSite=None; Secure"
|
||||
],
|
||||
"server": "Apache",
|
||||
"strict-transport-security": "max-age=16070400; includeSubDomains"
|
||||
},
|
||||
"url": "https://reiseauskunft.bahn.de/bin/mgate.exe?checksum=c7738c5480565ea8ba1ad819ba784439",
|
||||
"time": 1115,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-tr52e01e9cec9cansport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"855"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,36 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:53 GMT",
|
||||
"server": "Apache",
|
||||
"vary": "User-Agent",
|
||||
"content-length": "3036",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrinfo.vbb.de/bin/mgate.exe?mic=ac72f05da80577f81e17976613602b2b&mac=f8f80abd177027befde787f6d7b40eb9",
|
||||
"time": 701,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-clien4cfefe6207cat:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"799"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
1
test/e2e/fixtures/0ec0175bd98735887920f53e5f654abf
vendored
Normal file
1
test/e2e/fixtures/0ec0175bd98735887920f53e5f654abf
vendored
Normal file
File diff suppressed because one or more lines are too long
40
test/e2e/fixtures/0ec0175bd98735887920f53e5f654abf.headers
vendored
Normal file
40
test/e2e/fixtures/0ec0175bd98735887920f53e5f654abf.headers
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Thu, 21 Oct 2021 22:03:44 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "3045",
|
||||
"connection": "close",
|
||||
"set-cookie": [
|
||||
"AWSALB=bq1ofZMJXoGzCMFu5CF8kFx9FF8i4uif7I3Ivp+aQzJI4Lft3xnmDxFfFt57kkQ+Xxeq+/tONzpZ8KsuBsnTWbr/AtaD/bPQNitAQ0PRac49bQs8rtKFYeMqabKD; Expires=Thu, 28 Oct 2021 22:03:43 GMT; Path=/",
|
||||
"AWSALBCORS=bq1ofZMJXoGzCMFu5CF8kFx9FF8i4uif7I3Ivp+aQzJI4Lft3xnmDxFfFt57kkQ+Xxeq+/tONzpZ8KsuBsnTWbr/AtaD/bPQNitAQ0PRac49bQs8rtKFYeMqabKD; Expires=Thu, 28 Oct 2021 22:03:43 GMT; Path=/; SameSite=None; Secure",
|
||||
"TS014cfc63=0121ca1b956d09ce2132d922dc9364e01f086d2424595c796fc800ed9d43171f3b393dbbee0d3f8d84b476649dd48ca1d6537d23e7fc072c359464b81e6efa649e3bc09ce38e8ee93529c457ca4d291b4bf739a10a; Path=/; Secure; HTTPOnly"
|
||||
],
|
||||
"strict-transport-security": "max-age=16070400; includeSubDomains"
|
||||
},
|
||||
"url": "https://reiseauskunft.bahn.de/bin/mgate.exe?checksum=1daf4d4bcd6ab8702fce037c902fae81",
|
||||
"time": 308,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafd85438d73667as-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"404"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,5 +3,5 @@
|
|||
<title>307 Temporary Redirect</title>
|
||||
</head><body>
|
||||
<h1>Temporary Redirect</h1>
|
||||
<p>The document has moved <a href="https://bvg.hafas.cloud/bin/mgate.exe?">here</a>.</p>
|
||||
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||
</body></html>
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"statusCode": 307,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:01 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:37 GMT",
|
||||
"server": "Apache",
|
||||
"location": "https://bvg.hafas.cloud/bin/mgate.exe?",
|
||||
"content-length": "248",
|
||||
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||
"content-length": "254",
|
||||
"connection": "close",
|
||||
"content-type": "text/html; charset=iso-8859-1"
|
||||
},
|
||||
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||
"time": 155,
|
||||
"time": 305,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-client:t1fa988c20b18est"
|
||||
"p2ebf9eed52c3ublic-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"740"
|
|
@ -1 +1 @@
|
|||
{"ver":"1.24","ext":"DB.REGIO.1","lang":"deu","id":"w964agcqk2w9pgcs","err":"OK","svcResL":[{"meth":"StationBoard","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Hagen(Westf) Bauhaus@X=7455626@Y=51375141@U=80@L=3307002@","type":"S","name":"Hagen(Westf) Bauhaus","icoX":2,"extId":"3307002","state":"F","crd":{"x":7455626,"y":51375141,"layerX":0,"crdSysX":0},"pCls":32},{"lid":"A=1@O=Wetter(Ruhr) Bahnhof@X=7386490@Y=51386332@U=80@L=3307209@","type":"S","name":"Wetter(Ruhr) Bahnhof","icoX":2,"extId":"3307209","state":"F","crd":{"x":7386490,"y":51386332,"layerX":0,"crdSysX":0},"pCls":32}],"prodL":[{"name":"Bus 591","nameS":"591","number":"591","icoX":0,"cls":32,"oprX":0,"prodCtx":{"name":"Bus 591","num":"591015","line":"591","matchId":"591015","catOut":"Bus ","catOutS":"Bus","catOutL":"Bus","catIn":"Bus","catCode":"5","admin":"BVR___"}}],"polyL":[],"layerL":[{"id":"standard","name":"standard","index":0,"annoCnt":0}],"crdSysL":[{"id":"standard","index":0,"type":"WGS84"}],"opL":[{"name":"BVR Busverkehr Rheinland","icoX":1,"id":"441"}],"remL":[],"icoL":[{"res":"prod_bus","fg":{"r":255,"g":255,"b":255},"bg":{"r":240,"g":20,"b":20}},{"res":"BVR","txt":"BVR Busverkehr Rheinland"},{"res":"STA"}],"lDrawStyleL":[{"sIcoX":0,"type":"SOLID","bg":{"r":240,"g":20,"b":20}},{"type":"SOLID","bg":{"r":240,"g":20,"b":20}}]},"type":"DEP","jnyL":[{"jid":"1|12244|4|80|30082021","date":"20210830","prodX":0,"dirTxt":"Wetter Bahnhof","dirFlg":"1","status":"P","isRchbl":true,"stbStop":{"locX":0,"idx":2,"dProdX":0,"dTimeS":"101000","type":"N"},"subscr":"F","prodL":[{"prodX":0,"fLocX":0,"tLocX":1,"fIdx":2,"tIdx":13}],"sumLDrawStyleX":0,"resLDrawStyleX":1}],"fpB":"20210807","fpE":"20220801","planrtTS":"1629757970","sD":"20210824","sT":"003259","locRefL":[0]}}]}
|
||||
{"ver":"1.24","ext":"DB.REGIO.1","lang":"deu","id":"img62kqskkmt8ick","err":"OK","svcResL":[{"meth":"StationBoard","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Hagen(Westf) Bauhaus@X=7455626@Y=51375141@U=80@L=3307002@","type":"S","name":"Hagen(Westf) Bauhaus","icoX":2,"extId":"3307002","state":"F","crd":{"x":7455626,"y":51375141,"layerX":0,"crdSysX":0},"pCls":32},{"lid":"A=1@O=Wetter(Ruhr) Bahnhof@X=7386490@Y=51386332@U=80@L=3307209@","type":"S","name":"Wetter(Ruhr) Bahnhof","icoX":2,"extId":"3307209","state":"F","crd":{"x":7386490,"y":51386332,"layerX":0,"crdSysX":0},"pCls":32}],"prodL":[{"name":"Bus 591","nameS":"591","number":"591","icoX":0,"cls":32,"oprX":0,"prodCtx":{"name":"Bus 591","num":"591015","line":"591","matchId":"591015","catOut":"Bus ","catOutS":"Bus","catOutL":"Bus","catIn":"Bus","catCode":"5","admin":"BVR___"}}],"polyL":[],"layerL":[{"id":"standard","name":"standard","index":0,"annoCnt":0}],"crdSysL":[{"id":"standard","index":0,"type":"WGS84"}],"opL":[{"name":"BVR Busverkehr Rheinland","icoX":1,"id":"441"}],"remL":[],"icoL":[{"res":"prod_bus","fg":{"r":255,"g":255,"b":255},"bg":{"r":240,"g":20,"b":20}},{"res":"BVR","txt":"BVR Busverkehr Rheinland"},{"res":"STA"}],"lDrawStyleL":[{"sIcoX":0,"type":"SOLID","bg":{"r":240,"g":20,"b":20}},{"type":"SOLID","bg":{"r":240,"g":20,"b":20}}]},"type":"DEP","jnyL":[{"jid":"1|10705|4|80|22112021","date":"20211122","prodX":0,"dirTxt":"Wetter Bahnhof","dirFlg":"1","status":"P","isRchbl":true,"stbStop":{"locX":0,"idx":2,"dProdX":0,"dTimeS":"101000","type":"N"},"subscr":"F","prodL":[{"prodX":0,"fLocX":0,"tLocX":1,"fIdx":2,"tIdx":13}],"sumLDrawStyleX":0,"resLDrawStyleX":1}],"fpB":"20211006","fpE":"20220930","planrtTS":"1634853791","sD":"20211022","sT":"000334","locRefL":[0]}}]}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:32:59 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:34 GMT",
|
||||
"server": "Apache",
|
||||
"vary": "Accept-Encoding",
|
||||
"content-length": "810",
|
||||
|
@ -9,7 +9,7 @@
|
|||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://db-regio.hafas.de/bin/hci/mgate.exe",
|
||||
"time": 246,
|
||||
"time": 289,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-clie34bb66943dbbnt:test"
|
||||
"public-transport/h0965cfc9a7fdafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"395"
|
1
test/e2e/fixtures/0f82c58cbce6b8bf35ba356c12ed86ec
vendored
Normal file
1
test/e2e/fixtures/0f82c58cbce6b8bf35ba356c12ed86ec
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:38 GMT",
|
||||
"content-length": "7843",
|
||||
"date": "Thu, 21 Oct 2021 22:03:45 GMT",
|
||||
"content-length": "6461",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"strict-transport-security": "max-age=63072000; includeSubDomains"
|
||||
},
|
||||
"url": "https://www.rmv.de/auskunft/bin/jp/mgate.exe",
|
||||
"time": 240,
|
||||
"time": 405,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transpor45c1ef6d74a1t/hafas-client:test"
|
||||
"public-transport/hafas-client:t7e22a5973496est"
|
||||
],
|
||||
"Content-Length": [
|
||||
"354"
|
1
test/e2e/fixtures/0fd1b102a97ec40cd1c73d661e8342c4
vendored
Normal file
1
test/e2e/fixtures/0fd1b102a97ec40cd1c73d661e8342c4
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:16 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:35 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "8242",
|
||||
"content-length": "6050",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://cdt.hafas.de/bin/mgate.exe",
|
||||
"time": 670,
|
||||
"time": 774,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-clienbf6e342b82f2t:test"
|
||||
"public-transport/e5727cf88a62hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"698"
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"ver":"1.34","ext":"DB.R19.12.a","lang":"eng","id":"d86gggc8m2i9g2cs","err":"OK","cInfo":{"code":"OK","url":"","msg":""},"graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocMatch","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Berlin Jungfernheide@X=13299433@Y=52530273@U=80@L=8011167@","type":"S","name":"Berlin Jungfernheide","icoX":0,"extId":"8011167","state":"F","crd":{"x":13299451,"y":52530291,"z":0,"floor":0},"pCls":184,"pRefL":[0,1,2,3,4,5,6,7,8,9,10,11]}],"prodL":[{"name":"Bus SEV","nameS":"SEV","icoX":0,"cls":8,"prodCtx":{"lineId":"3_080001_SEV!!1498386!!5840667"}},{"name":"RB","icoX":1,"cls":8},{"name":"RE","icoX":2,"cls":8},{"name":"RE","icoX":3,"cls":8},{"name":"S 41","nameS":"41","icoX":4,"cls":16,"prodCtx":{"lineId":"4_08_____41"}},{"name":"S 42","nameS":"42","icoX":4,"cls":16,"prodCtx":{"lineId":"4_08_____42"}},{"name":"S 46","nameS":"46","icoX":4,"cls":16,"prodCtx":{"lineId":"4_08_____46"}},{"name":"Bus N7","nameS":"N7","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_N7"}},{"name":"Bus 109","nameS":"109","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_109"}},{"name":"Bus M21","nameS":"M21","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_M21"}},{"name":"Bus M27","nameS":"M27","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_M27"}},{"name":"U 7","nameS":"7","icoX":5,"cls":128,"prodCtx":{"lineId":"7_vbbBVU_7"}},{"name":"Bus 210","nameS":"210","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vrr040_210"}},{"name":"Bus 210E","nameS":"210E","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vrr040_210E"}}],"remL":[{"type":"A","code":"EV","prio":999,"icoX":6,"txtN":"EVA"},{"type":"A","code":"DP","prio":999,"icoX":6,"txtN":"DPT"},{"type":"A","code":"OD","prio":999,"icoX":6,"txtN":"O/D"}],"icoL":[{"res":"Bus"},{"res":"RB"},{"res":"DPN"},{"res":"RE"},{"res":"S"},{"res":"U"},{"res":"attr_info"},{"res":"PCAT_SPORT"},{"res":"PCAT_GREEN"}]},"match":{"field":"S","state":"L","locL":[{"lid":"A=1@O=Berlin Jungfernheide@X=13299433@Y=52530273@U=80@L=8011167@B=1@p=1629318266@","type":"S","name":"Berlin Jungfernheide","icoX":0,"extId":"8011167","state":"F","crd":{"x":13299451,"y":52530291,"z":0,"floor":0},"pCls":184,"pRefL":[0,1,2,3,4,5,6,7,8,9,10,11],"wt":8753},{"lid":"A=1@O=Jungfernheide Bahnhof (S+U), Berlin@X=13300781@Y=52530866@U=80@L=730985@B=1@p=1629318266@","type":"S","name":"Jungfernheide Bahnhof (S+U), Berlin","icoX":0,"extId":"730985","state":"F","crd":{"x":13300781,"y":52530866,"floor":0},"pCls":184,"pRefL":[7,8,9,10,11],"wt":8753,"mMastLocX":0},{"lid":"A=1@O=Tegeler Weg/Jungfernheide (S), Berlin@X=13296394@Y=52529320@U=80@L=730988@B=1@p=1629318266@","type":"S","name":"Tegeler Weg/Jungfernheide (S), Berlin","icoX":0,"extId":"730988","state":"F","crd":{"x":13296394,"y":52529320,"floor":0},"pCls":184,"pRefL":[7,8,10],"wt":8753,"mMastLocX":0},{"lid":"A=1@O=Auf der Jungfernheide, Recklinghausen@X=7202652@Y=51566225@U=80@L=666226@B=1@p=1629318266@","type":"S","name":"Auf der Jungfernheide, Recklinghausen","icoX":0,"extId":"666226","state":"F","crd":{"x":7202652,"y":51566225,"floor":0},"pCls":32,"pRefL":[12,13],"wt":876},{"name":"Berlin Jungfernheide","extId":"998011167","state":"F","crd":{"x":0,"y":0,"floor":0},"wt":9260,"msgL":[{"type":"REM","remX":0,"sty":"I","tagL":["RES_LOC"],"sort":802029568},{"type":"REM","remX":1,"sty":"I","tagL":["RES_LOC"],"sort":802029568},{"type":"REM","remX":2,"sty":"I","tagL":["RES_LOC"],"sort":802029568}]},{"name":"Berlin Jungfernheide","extId":"998089100","state":"F","crd":{"x":0,"y":0,"floor":0},"wt":9260,"msgL":[{"type":"REM","remX":0,"sty":"I","tagL":["RES_LOC"],"sort":802029568}]},{"lid":"A=4@O=Berlin, Freibad Jungfernheide (Sport)@X=13274272@Y=52543882@U=104@L=991663126@B=1@p=1627651500@","type":"P","name":"Berlin, Freibad Jungfernheide (Sport)","icoX":7,"extId":"991663126","state":"F","crd":{"x":13274272,"y":52543882,"floor":0}},{"lid":"A=4@O=Berlin, Sportanlage Jungfernheide (Grünanlagen)@X=13273957@Y=52546903@U=104@L=991560213@B=1@p=1627651500@","type":"P","name":"Berlin, Sportanlage Jungfernheide (Grünanlagen)","icoX":8,"extId":"991560213","state":"F","crd":{"x":13273957,"y":52546903,"floor":0}},{"lid":"A=4@O=Berlin, Volkspark Jungfernheide (Heckerdamm) (Grün@X=13276196@Y=52541410@U=104@L=991560689@B=1@p=1627651500@","type":"P","name":"Berlin, Volkspark Jungfernheide (Heckerdamm) (Grün","icoX":8,"extId":"991560689","state":"F","crd":{"x":13276196,"y":52541410,"floor":0}},{"lid":"A=4@O=Berlin, Volkspark Jungfernheide (Jungfernheideweg)@X=13271269@Y=52546948@U=104@L=991560424@B=1@p=1627651500@","type":"P","name":"Berlin, Volkspark Jungfernheide (Jungfernheideweg)","icoX":8,"extId":"991560424","state":"F","crd":{"x":13271269,"y":52546948,"floor":0}}]}}}]}
|
||||
{"ver":"1.34","ext":"DB.R19.12.a","lang":"eng","id":"g9iexkemmg4gg2ck","err":"OK","cInfo":{"code":"OK","url":"","msg":""},"graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocMatch","err":"OK","res":{"common":{"locL":[{"lid":"A=1@O=Berlin Jungfernheide@X=13299433@Y=52530273@U=80@L=8011167@","type":"S","name":"Berlin Jungfernheide","icoX":0,"extId":"8011167","state":"F","crd":{"x":13299451,"y":52530291,"z":0,"floor":0},"pCls":184,"pRefL":[0,1,2,3,4,5,6,7,8,9,10,11,12]}],"prodL":[{"name":"Bus SEV","nameS":"SEV","icoX":0,"cls":8,"prodCtx":{"lineId":"3_080001_SEV!!1498386!!5840667"}},{"name":"RB","icoX":1,"cls":8},{"name":"RE","icoX":2,"cls":8},{"name":"RE","icoX":3,"cls":8},{"name":"S 41","nameS":"41","icoX":4,"cls":16,"prodCtx":{"lineId":"4_08_____41"}},{"name":"S 42","nameS":"42","icoX":4,"cls":16,"prodCtx":{"lineId":"4_08_____42"}},{"name":"S 46","nameS":"46","icoX":4,"cls":16,"prodCtx":{"lineId":"4_08_____46"}},{"name":"Bus N7","nameS":"N7","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_N7"}},{"name":"Bus 109","nameS":"109","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_109"}},{"name":"Bus M21","nameS":"M21","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_M21"}},{"name":"Bus M27","nameS":"M27","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_M27"}},{"name":"Bus M45","nameS":"M45","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vbbBVB_M45"}},{"name":"U 7","nameS":"7","icoX":5,"cls":128,"prodCtx":{"lineId":"7_vbbBVU_7"}},{"name":"Bus 210","nameS":"210","icoX":0,"cls":32,"prodCtx":{"lineId":"5_vrr040_210"}}],"remL":[{"type":"A","code":"EV","prio":999,"icoX":6,"txtN":"EVA"},{"type":"A","code":"DP","prio":999,"icoX":6,"txtN":"DPT"},{"type":"A","code":"OD","prio":999,"icoX":6,"txtN":"O/D"}],"icoL":[{"res":"Bus"},{"res":"RB"},{"res":"DPN"},{"res":"RE"},{"res":"S"},{"res":"U"},{"res":"attr_info"},{"res":"PCAT_SPORT"},{"res":"PCAT_GREEN"}]},"match":{"field":"S","state":"L","locL":[{"lid":"A=1@O=Berlin Jungfernheide@X=13299433@Y=52530273@U=80@L=8011167@B=1@p=1634762690@","type":"S","name":"Berlin Jungfernheide","icoX":0,"extId":"8011167","state":"F","crd":{"x":13299451,"y":52530291,"z":0,"floor":0},"pCls":184,"pRefL":[0,1,2,3,4,5,6,7,8,9,10,11,12],"wt":8572},{"lid":"A=1@O=Jungfernheide Bahnhof (S+U), Berlin@X=13300781@Y=52530866@U=80@L=730985@B=1@p=1634762690@","type":"S","name":"Jungfernheide Bahnhof (S+U), Berlin","icoX":0,"extId":"730985","state":"F","crd":{"x":13300781,"y":52530866,"floor":0},"pCls":184,"pRefL":[7,9,10,11,12],"wt":8572,"mMastLocX":0},{"lid":"A=1@O=Tegeler Weg/Jungfernheide (S), Berlin@X=13296394@Y=52529320@U=80@L=730988@B=1@p=1634762690@","type":"S","name":"Tegeler Weg/Jungfernheide (S), Berlin","icoX":0,"extId":"730988","state":"F","crd":{"x":13296394,"y":52529320,"floor":0},"pCls":184,"pRefL":[7,8,10,11],"wt":8572,"mMastLocX":0},{"lid":"A=1@O=Auf der Jungfernheide, Recklinghausen@X=7202652@Y=51566225@U=80@L=666226@B=1@p=1634762690@","type":"S","name":"Auf der Jungfernheide, Recklinghausen","icoX":0,"extId":"666226","state":"F","crd":{"x":7202652,"y":51566225,"floor":0},"pCls":32,"pRefL":[13],"wt":147},{"name":"Berlin Jungfernheide","extId":"998011167","state":"F","crd":{"x":0,"y":0,"floor":0},"wt":8721,"msgL":[{"type":"REM","remX":0,"sty":"I","tagL":["RES_LOC"],"sort":802029568},{"type":"REM","remX":1,"sty":"I","tagL":["RES_LOC"],"sort":802029568},{"type":"REM","remX":2,"sty":"I","tagL":["RES_LOC"],"sort":802029568}]},{"name":"Berlin Jungfernheide","extId":"998089100","state":"F","crd":{"x":0,"y":0,"floor":0},"wt":8721,"msgL":[{"type":"REM","remX":0,"sty":"I","tagL":["RES_LOC"],"sort":802029568}]},{"lid":"A=4@O=Berlin, Freibad Jungfernheide (Sport)@X=13274272@Y=52543882@U=104@L=991663126@B=1@p=1634650017@","type":"P","name":"Berlin, Freibad Jungfernheide (Sport)","icoX":7,"extId":"991663126","state":"F","crd":{"x":13274272,"y":52543882,"floor":0}},{"lid":"A=4@O=Berlin, Sportanlage Jungfernheide (Grünanlagen)@X=13273957@Y=52546903@U=104@L=991560213@B=1@p=1634650017@","type":"P","name":"Berlin, Sportanlage Jungfernheide (Grünanlagen)","icoX":8,"extId":"991560213","state":"F","crd":{"x":13273957,"y":52546903,"floor":0}},{"lid":"A=4@O=Berlin, Volkspark Jungfernheide (Heckerdamm) (Grün@X=13276196@Y=52541410@U=104@L=991560689@B=1@p=1634650017@","type":"P","name":"Berlin, Volkspark Jungfernheide (Heckerdamm) (Grün","icoX":8,"extId":"991560689","state":"F","crd":{"x":13276196,"y":52541410,"floor":0}},{"lid":"A=4@O=Berlin, Volkspark Jungfernheide (Jungfernheideweg)@X=13271269@Y=52546948@U=104@L=991560424@B=1@p=1634650017@","type":"P","name":"Berlin, Volkspark Jungfernheide (Jungfernheideweg)","icoX":8,"extId":"991560424","state":"F","crd":{"x":13271269,"y":52546948,"floor":0}}]}}}]}
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:15 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:45 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "1262",
|
||||
"content-length": "1269",
|
||||
"connection": "close",
|
||||
"set-cookie": [
|
||||
"AWSALB=liAM9c/BbfXB3hlpYMcOaHrcEc3bQwEDZGPBP7L1mID1UQHPau8cnC1Ry4FWcGCb90v9vIVnIOfSvJJbJ7+48TxYSomWSXG9prjXkl9M2b91GNIj7QGfv6sQLOIJ; Expires=Mon, 30 Aug 2021 22:33:15 GMT; Path=/",
|
||||
"AWSALBCORS=liAM9c/BbfXB3hlpYMcOaHrcEc3bQwEDZGPBP7L1mID1UQHPau8cnC1Ry4FWcGCb90v9vIVnIOfSvJJbJ7+48TxYSomWSXG9prjXkl9M2b91GNIj7QGfv6sQLOIJ; Expires=Mon, 30 Aug 2021 22:33:15 GMT; Path=/; SameSite=None; Secure"
|
||||
"AWSALB=p6wt7IUFGDUKHzJ9P1sO+EcxX3iAw/FQ7JiuuZCxjZpoc21+Ky3sN0wMDLgiE7RzgtKg7PeWVVcFrRVR5kAfbFmPwYRwhUfx6UoUN3WhEC8eDgruN4X5j2GkW7+I; Expires=Thu, 28 Oct 2021 22:03:45 GMT; Path=/",
|
||||
"AWSALBCORS=p6wt7IUFGDUKHzJ9P1sO+EcxX3iAw/FQ7JiuuZCxjZpoc21+Ky3sN0wMDLgiE7RzgtKg7PeWVVcFrRVR5kAfbFmPwYRwhUfx6UoUN3WhEC8eDgruN4X5j2GkW7+I; Expires=Thu, 28 Oct 2021 22:03:45 GMT; Path=/; SameSite=None; Secure",
|
||||
"TS014cfc63=0121ca1b95f09b1b8774260609478349e1b56623924bccfd1b69b06c34423175279ef1626820b4cabd615e464122adbbd80a932ce44fb47cc688cfaadf10fa7634eb9052c3925508ac4695e11d5918f03c0a7f7c4b; Path=/; Secure; HTTPOnly"
|
||||
],
|
||||
"server": "Apache",
|
||||
"strict-transport-security": "max-age=16070400; includeSubDomains"
|
||||
},
|
||||
"url": "https://reiseauskunft.bahn.de/bin/mgate.exe?checksum=06b19b27e42d2be37a1c774d8f0500f0",
|
||||
"time": 249,
|
||||
"time": 257,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -27,7 +27,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-52e01e9cec9ctransport/hafas-client:test"
|
||||
"public-transport/had85438d73667fas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"323"
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:01 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "2469",
|
||||
"connection": "close",
|
||||
"server": "Apache/2.4.25 (Debian)",
|
||||
"access-control-allow-origin": "*",
|
||||
"access-control-allow-headers": "*"
|
||||
},
|
||||
"url": "https://bvg.hafas.cloud/bin/mgate.exe",
|
||||
"time": 263,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transpo1fa988c20b18rt/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"612"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
1
test/e2e/fixtures/11de5c62d3b3daf682ace0c7ad2bca9c
vendored
Normal file
1
test/e2e/fixtures/11de5c62d3b3daf682ace0c7ad2bca9c
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:03 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:34 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "3725",
|
||||
"content-length": "3700",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://hvv-app.hafas.de/bin/mgate.exe?mic=1fa14f2b9297813dcc437a68b4d578c3&mac=4af93e888d272b15c30abe1b028f1b3a",
|
||||
"time": 1140,
|
||||
"url": "https://hvv-app.hafas.de/bin/mgate.exe?mic=49a05330dd0a468fbb01f32bc9a77fb0&mac=eb3d0b64d574c71b6b89556442a56b54",
|
||||
"time": 2114,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transporteb6376b6cf25/hafas-client:test"
|
||||
"pc6ebd65a4b62ublic-transport/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"659"
|
File diff suppressed because one or more lines are too long
|
@ -1,36 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:55 GMT",
|
||||
"server": "Apache",
|
||||
"vary": "User-Agent",
|
||||
"content-length": "2655",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://fahrinfo.vbb.de/bin/mgate.exe?mic=3eb1fc638c97835289abdc0d09e13753&mac=f89b5017d5d13ca86c45635018fb9fd9",
|
||||
"time": 682,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transpo4cfefe6207cart/hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"695"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:12 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:45 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "1749",
|
||||
"content-length": "1821",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://hvv-app.hafas.de/bin/mgate.exe?mic=783bc4daac70cf889da4de70ef25effe&mac=11704b5499a78a2b952d281346dc2955",
|
||||
"time": 242,
|
||||
"time": 239,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-client:teseb6376b6cf25t"
|
||||
"public-transport/hc6ebd65a4b62afas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"260"
|
||||
|
|
1
test/e2e/fixtures/129590de0958957e2bec8d32167dd876
vendored
Normal file
1
test/e2e/fixtures/129590de0958957e2bec8d32167dd876
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"ver":"1.39","ext":"VAO.11","lang":"deu","err":"PARSE","errTxt":"Parser error: root.svcReqL.svcReqL.req.viaLocL"}
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:48 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:49 GMT",
|
||||
"server": "Apache",
|
||||
"content-length": "11952",
|
||||
"content-length": "110",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"connection": "close"
|
||||
},
|
||||
"url": "https://fahrplan.salzburg-verkehr.at/bin/mgate.exe",
|
||||
"time": 1604,
|
||||
"time": 991,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-clien4362cbc32aa6t:test"
|
||||
"public-transport/c91ae59ca288hafas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"632"
|
1
test/e2e/fixtures/12f5ca38d2174e0191d2cb4330abb00e
vendored
Normal file
1
test/e2e/fixtures/12f5ca38d2174e0191d2cb4330abb00e
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:43 GMT",
|
||||
"date": "Thu, 21 Oct 2021 22:03:48 GMT",
|
||||
"server": "Apache/2.4.18 (Ubuntu)",
|
||||
"content-length": "5111",
|
||||
"content-length": "5134",
|
||||
"connection": "close",
|
||||
"content-type": "application/json; charset=utf-8"
|
||||
},
|
||||
"url": "https://saarfahrplan.de/bin/mgate.exe?mic=69503e06f07ac4c968a5280f474cf1b6&mac=89a4dc7b45e56e9e3fab795c1464729a",
|
||||
"time": 292,
|
||||
"url": "https://saarfahrplan.de/bin/mgate.exe?mic=1db5f778d475f89b4a94c53bc0ceea15&mac=dc863b0377034ef7d19761fc3eb69e0a",
|
||||
"time": 323,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/hafas-client:te7e63e7ab04c3st"
|
||||
"public-transport/hafas-clie9c9f697f387ent:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"378"
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,40 +0,0 @@
|
|||
{
|
||||
"statusCode": 200,
|
||||
"headers": {
|
||||
"date": "Mon, 23 Aug 2021 22:33:25 GMT",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-length": "8916",
|
||||
"connection": "close",
|
||||
"set-cookie": [
|
||||
"AWSALB=n5CxV4h7ThVEno4ta33oCrLEaMd1oM86DxDzTW0/Fu/OHPR0ZbJTm3OJ68e4S2s3ogeEtnRaajMhGSlfKsZn5qZKBZMkm+J5uDZU/qCWHu9B9lu5qHiJRcdBKbbX; Expires=Mon, 30 Aug 2021 22:33:17 GMT; Path=/",
|
||||
"AWSALBCORS=n5CxV4h7ThVEno4ta33oCrLEaMd1oM86DxDzTW0/Fu/OHPR0ZbJTm3OJ68e4S2s3ogeEtnRaajMhGSlfKsZn5qZKBZMkm+J5uDZU/qCWHu9B9lu5qHiJRcdBKbbX; Expires=Mon, 30 Aug 2021 22:33:17 GMT; Path=/; SameSite=None; Secure"
|
||||
],
|
||||
"server": "Apache",
|
||||
"strict-transport-security": "max-age=16070400; includeSubDomains"
|
||||
},
|
||||
"url": "https://reiseauskunft.bahn.de/bin/mgate.exe?checksum=3e3da8a7d08fa150e1a9a3934bcfda6a",
|
||||
"time": 7663,
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": [
|
||||
"application/json"
|
||||
],
|
||||
"Accept-Encoding": [
|
||||
"gzip, br, deflate"
|
||||
],
|
||||
"Accept": [
|
||||
"application/json"
|
||||
],
|
||||
"user-agent": [
|
||||
"public-transport/haf52e01e9cec9cas-client:test"
|
||||
],
|
||||
"Content-Length": [
|
||||
"453"
|
||||
],
|
||||
"Connection": [
|
||||
"close"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue