Skip to content

chore: add e2e report skip entry for renamed basepath.test.ts #2943

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

Merged
Merged
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
12 changes: 11 additions & 1 deletion tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,18 @@
]
},
{
"//": "This was the test file name before v15.3.0-canary.27 / v15.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clever!

"file": "test/e2e/basepath.test.ts",
"reason": "Hard-coded Vercel error message",
"reason": "Hard-coded expectation of Vercel's default 404 page",
"tests": [
"basePath should not update URL for a 404",
"basePath should handle 404 urls that start with basePath",
"basePath should show 404 for page not under the /docs prefix"
]
},
{
"file": "test/e2e/basepath/basepath.test.ts",
"reason": "Hard-coded expectation of Vercel's default 404 page",
"tests": [
"basePath should not update URL for a 404",
"basePath should handle 404 urls that start with basePath",
Expand Down
Loading