RWS / ISHRemote

Business automation module on top of Tridion Docs Content Manager (Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare)
Apache License 2.0
30 stars 13 forks source link

Refactor Pester tests to use TESTBACKGROUNDTASK event starting Tridion Docs 15 release #155

Closed ddemeyer closed 1 year ago

ddemeyer commented 1 year ago

ISHRemote is a client library. Testing the client library often comes down to running integration tests on the various Tridion Docs application server versions available. This often by integration tests.

In Tridion Docs 15/Alf a new BackgroundTask event type TESTBACKGROUNDTASK is added to allow proper testing and clean up of test data. This event is an empty box and is superfluous on all environments.

ddemeyer commented 1 year ago

Was implemented under #152