The PR adds support for a pre_requisites.sql file. This allows a user to provide a sql script that sets up any of their own test pre-requisites, like table, view, function creation. It runs after the RF2 has been imported, and before the tests start executing
The PR adds support for a pre_requisites.sql file. This allows a user to provide a sql script that sets up any of their own test pre-requisites, like table, view, function creation. It runs after the RF2 has been imported, and before the tests start executing