You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/bi/bi-extension/src/test/e2e-playwright-tests/test.list.ts
+36-36Lines changed: 36 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -65,42 +65,42 @@ test.beforeAll(async () => {
65
65
console.log('='.repeat(80)+'\n');
66
66
});
67
67
68
-
// // <----Automation Test---->
69
-
// test.describe(automation);
70
-
71
-
// // <----AI Chat Service Test---->
72
-
// test.describe(aiChatService);
73
-
74
-
// // <----Integration as API Test---->
75
-
// test.describe(httpService);
76
-
// test.describe(graphqlService);
77
-
// test.describe(tcpService);
78
-
79
-
// // <----Event Integration Test---->
80
-
// test.describe(kafkaIntegration);
81
-
// test.describe(rabbitmqIntegration);
82
-
// test.describe(mqttIntegration);
83
-
// test.describe(azureIntegration);
84
-
// test.describe(salesforceIntegration);
85
-
// test.describe(twillioIntegration);
86
-
// test.describe(githubIntegration);
87
-
88
-
// // <----File Integration Test---->
89
-
// test.describe(ftpIntegration);
90
-
// test.describe(directoryIntegration);
91
-
92
-
// // <----Other Artifacts Test---->
93
-
// test.describe(functionArtifact);
94
-
// // test.describe(naturalFunctionArtifact); // TODO: Enable this once the ballerina version is switchable
95
-
// // test.describe(dataMapperArtifact); // TODO: Enable this later once tests are improved
96
-
// test.describe(typeDiagramArtifact);
97
-
// test.describe(connectionArtifact);
98
-
// test.describe(configuration); // TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1231. Enable after fixing the issue.
99
-
// test.describe(typeTest); // TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1222. Enable after fixing the issue.
100
-
// test.describe(serviceTest);
101
-
102
-
// // <----Import Integration Test---->
103
-
// test.describe(importIntegration);
68
+
// <----Automation Test---->
69
+
test.describe(automation);
70
+
71
+
// <----AI Chat Service Test---->
72
+
test.describe(aiChatService);
73
+
74
+
// <----Integration as API Test---->
75
+
test.describe(httpService);
76
+
test.describe(graphqlService);
77
+
test.describe(tcpService);
78
+
79
+
// <----Event Integration Test---->
80
+
test.describe(kafkaIntegration);
81
+
test.describe(rabbitmqIntegration);
82
+
test.describe(mqttIntegration);
83
+
test.describe(azureIntegration);
84
+
test.describe(salesforceIntegration);
85
+
test.describe(twillioIntegration);
86
+
test.describe(githubIntegration);
87
+
88
+
// <----File Integration Test---->
89
+
test.describe(ftpIntegration);
90
+
test.describe(directoryIntegration);
91
+
92
+
// <----Other Artifacts Test---->
93
+
test.describe(functionArtifact);
94
+
// test.describe(naturalFunctionArtifact); // TODO: Enable this once the ballerina version is switchable
95
+
// test.describe(dataMapperArtifact); // TODO: Enable this later once tests are improved
96
+
test.describe(typeDiagramArtifact);
97
+
test.describe(connectionArtifact);
98
+
test.describe(configuration);// TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1231. Enable after fixing the issue.
99
+
test.describe(typeTest);// TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1222. Enable after fixing the issue.
0 commit comments