Sha256: da4236f958ecfdfa6f97aacae9ce9a9139ce602a0710e6e6dae8e4b40ccd6f63

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

# frozen_string_literal: true

require_relative '../../export_kick_off_performer'
require_relative '../bulk_data_export_cancel_test'

module BulkDataTestKit
  module BulkDataV101
    class BulkDataGroupExportCancelGroup < Inferno::TestGroup
      id :bulk_data_group_export_cancel_group
      title 'Group Compartment Export Cancel Tests'
      description %(
        Verify that the Bulk Data server supports cancelling requested group exports.
        This group initiates a new export and immediately cancels it to verify
        correct behavior.
      )

      input :bearer_token
      input :bulk_server_url,
            title: 'Bulk Data FHIR URL',
            description: 'The URL of the Bulk FHIR server.'
      input :group_id,
            title: 'Group ID',
            description: 'The Group ID associated with the group of patients to be exported.'

      test from: :bulk_data_export_cancel,
           id: :bulk_data_group_export_cancel,
           config: {
             options: { resource_type: 'Group', bulk_export_url: 'Group/[group_id]/$export' }
           }
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulk_data_test_kit-0.9.3 lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_cancel_group.rb
bulk_data_test_kit-0.9.2 lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_cancel_group.rb
bulk_data_test_kit-0.9.1 lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_cancel_group.rb
bulk_data_test_kit-0.9.0 lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_cancel_group.rb