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
- Dropped Support for VI Tester. I had to do that because I moved my build system into a Linux Docker container running LV26Q1. VITester does not support Linux. If you are still using VI Tester and want to use Approvals and need the latest version I have 3 potential solutions: 1. Move everything to LUnit. It should be fairly straightforward. They have similar structure. You could probably script the migration. VI Tester hasn't been supported by JKI for a long time, so probably the best solution. 2. A second solution would be to grab the source for the previous release of Approvals from GitHub, pull out the VI Tester Extensions and maintain it yourself as an additional addon package. That's probably something I could have done from the beginning, but I wanted it to just be one comprehensive package. 3. You could also call the lowlevel functions directly. All the extension really is, is just a wrapper for convenience. Yes I do realize that would mean editing a bunch of old tests.
- Added Prompt New Approved File Option. Defaults to true. Setting it false will allow you to turn off prompting for new approved files to the project.