IO-2327 job importing test cases

This commit is contained in:
swtmply
2023-07-21 04:25:53 +08:00
parent 6562fd57df
commit 835b90bc4b
16 changed files with 9536 additions and 51 deletions

View File

@@ -172,4 +172,9 @@ const client = new ApolloClient({
},
},
});
if (window.Cypress) {
window.graphqlClient = client;
}
export default client;