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: readme.md
+59-1Lines changed: 59 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@
12
12
13
13
Testrail CodeceptJS Integration. The test run is created automatically after the test execution. The screenshots of failed tests are also attached to test results.
14
14
15
+
**Features:**
16
+
- ✅ Support for both **CommonJS** and **ES Modules (ESM)**
17
+
- ✅ Automatic test run creation
18
+
- ✅ Screenshot attachment for failed tests
19
+
- ✅ Configuration support for test plans
20
+
- ✅ Result processor for custom field handling
21
+
- ✅ Worker support for parallel execution
22
+
15
23

16
24
17
25
New feature, add the configuration to test run of test plan
@@ -25,6 +33,20 @@ Install to use this custom plugin
25
33
npm i codeceptjs-testrail --save
26
34
```
27
35
36
+
### Module Support
37
+
38
+
This plugin supports both CommonJS and ES Modules:
0 commit comments