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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ For more informations see [Wiki](https://github.com/AccessCodeLib/AccUnit/wiki)
15
15
* Tests can started by [Access-Add-In](https://github.com/AccessCodeLib/AccUnit/tree/main/access-add-in) or [Excel Add-In](https://github.com/AccessCodeLib/AccUnit/tree/main/excel-add-in)
16
16
* Tag filter: `TestSuite.Add(...).Filter("abc,xyz").Run`
17
17
* Test filter: `TestSuite.Add(...).SelectTests("xyz*").Run`
18
+
* CI/VCS support: start automated test run with AutomatedTestRun / AutomatedTestRunVCS ([How‐to: Run tests with AccUnit‐Loader - CI/VCS support](https://github.com/AccessCodeLib/AccUnit/wiki/How%E2%80%90to:-Run-tests-with-AccUnit%E2%80%90Loader-(Access-add%E2%80%90in)#civcs-support))
18
19
* Write tests
19
20
* Row test available
20
21
* Generate test classes with TestClassGenerator (write TestSuite.TestClassGenerator in VBA immediate window) ([Video](https://accunit.access-codelib.net/videos/examples/NW2-UnitTests.mp4))
0 commit comments