-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Context
Currently, we have this kind of test to test the list endpoint
check(http.request("GET", `${API_HOST}/tags`, undefined, { headers }), {
"listTag - GET /tags - have two tags, should response 200": (r) =>
r.status === 200,
"listTag - GET /tags - have two tags, should response size=2": (r) =>
r.json().size === "2",
});Sadly, it will have chance to get polluted by other testing, we may need to find better way to solve it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers