Skip to content

Commit

Permalink
Adding test case to reproduce "can not LoadManifestDataAsRawJson" reg…
Browse files Browse the repository at this point in the history
…ression
  • Loading branch information
Lucas Hinderberger committed Jun 5, 2024
1 parent fcc1963 commit 8e366e8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/pathspec/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"http_server": {
"addr": ":9999",
"dir": "../_res",
"testmode": false
},
"name": "pathspec (@ notation) tests",
"tests": [
"@sub/subtest_including.json"
]
}
3 changes: 3 additions & 0 deletions test/pathspec/sub/subtest_including.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"@../subtest_included.json"
]
11 changes: 11 additions & 0 deletions test/pathspec/subtest_included.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "an arbitrary test",
"request": {
"server_url": "http://localhost:9999",
"endpoint": "assets/empty.json",
"method": "GET"
},
"response": {
"statuscode": 200
}
}

0 comments on commit 8e366e8

Please sign in to comment.