require_relative 'version' module <%= module_name %> class Metadata < Inferno::TestKit id :<%= test_kit_id %> title '<%= title_name %>' description <<~DESCRIPTION This is a big markdown description of the test kit. DESCRIPTION suite_ids [:<%= test_suite_id %>] # tags ['SMART App Launch', 'US Core'] # last_updated '2024-03-07' version VERSION maturity 'Low' authors <%= authors %> # repo 'TODO' end end