Closed BarredEwe closed 1 year ago
Improved target search for tests:
Added separation of plug-ins connection to the documentation:
.target( plugins: [ // For Playbook (Demo) view .plugin(name: "PrefirePlaybookPlugin", package: "Prefire") ] ), .testTarget( plugins: [ // For Snapshot Tests .plugin(name: "PrefireTestsPlugin", package: "Prefire") ] )
Improved target search for tests:
Added separation of plug-ins connection to the documentation: