Apptest

This page documents function available when using the Apptest module, created with @service Apptest.

Index

Documentation

Main.Apptest.create_test_caseMethod
create_test_case(name, steps)
create_test_case(name, steps, params::Dict{String,<:Any})

Creates a test case.

Arguments

  • name: The name of the test case.
  • steps: The steps in the test case.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": The client token of the test case.
  • "description": The description of the test case.
  • "tags": The specified tags of the test case.
source
Main.Apptest.create_test_configurationMethod
create_test_configuration(name, resources)
create_test_configuration(name, resources, params::Dict{String,<:Any})

Creates a test configuration.

Arguments

  • name: The name of the test configuration.
  • resources: The defined resources of the test configuration.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": The client token of the test configuration.
  • "description": The description of the test configuration.
  • "properties": The properties of the test configuration.
  • "serviceSettings": The service settings of the test configuration.
  • "tags": The tags of the test configuration.
source
Main.Apptest.create_test_suiteMethod
create_test_suite(name, test_cases)
create_test_suite(name, test_cases, params::Dict{String,<:Any})

Creates a test suite.

Arguments

  • name: The name of the test suite.
  • test_cases: The test cases in the test suite.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "afterSteps": The after steps of the test suite.
  • "beforeSteps": The before steps of the test suite.
  • "clientToken": The client token of the test suite.
  • "description": The description of the test suite.
  • "tags": The tags of the test suite.
source
Main.Apptest.delete_test_caseMethod
delete_test_case(test_case_id)
delete_test_case(test_case_id, params::Dict{String,<:Any})

Deletes a test case.

Arguments

  • test_case_id: The test case ID of the test case.
source
Main.Apptest.delete_test_configurationMethod
delete_test_configuration(test_configuration_id)
delete_test_configuration(test_configuration_id, params::Dict{String,<:Any})

Deletes a test configuration.

Arguments

  • test_configuration_id: The test ID of the test configuration.
source
Main.Apptest.delete_test_runMethod
delete_test_run(test_run_id)
delete_test_run(test_run_id, params::Dict{String,<:Any})

Deletes a test run.

Arguments

  • test_run_id: The run ID of the test run.
source
Main.Apptest.delete_test_suiteMethod
delete_test_suite(test_suite_id)
delete_test_suite(test_suite_id, params::Dict{String,<:Any})

Deletes a test suite.

Arguments

  • test_suite_id: The test ID of the test suite.
source
Main.Apptest.get_test_caseMethod
get_test_case(test_case_id)
get_test_case(test_case_id, params::Dict{String,<:Any})

Gets a test case.

Arguments

  • test_case_id: The request test ID of the test case.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "testCaseVersion": The test case version of the test case.
source
Main.Apptest.get_test_configurationMethod
get_test_configuration(test_configuration_id)
get_test_configuration(test_configuration_id, params::Dict{String,<:Any})

Gets a test configuration.

Arguments

  • test_configuration_id: The request test configuration ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "testConfigurationVersion": The test configuration version.
source
Main.Apptest.get_test_run_stepMethod
get_test_run_step(step_name, test_run_id)
get_test_run_step(step_name, test_run_id, params::Dict{String,<:Any})

Gets a test run step.

Arguments

  • step_name: The step name of the test run step.
  • test_run_id: The test run ID of the test run step.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "testCaseId": The test case ID of a test run step.
  • "testSuiteId": The test suite ID of a test run step.
source
Main.Apptest.get_test_suiteMethod
get_test_suite(test_suite_id)
get_test_suite(test_suite_id, params::Dict{String,<:Any})

Gets a test suite.

Arguments

  • test_suite_id: The ID of the test suite.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "testSuiteVersion": The version of the test suite.
source
Main.Apptest.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

Lists tags for a resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource.
source
Main.Apptest.list_test_casesMethod
list_test_cases()
list_test_cases(params::Dict{String,<:Any})

Lists test cases.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum results of the test case.
  • "nextToken": The next token of the test cases.
  • "testCaseIds": The IDs of the test cases.
source
Main.Apptest.list_test_configurationsMethod
list_test_configurations()
list_test_configurations(params::Dict{String,<:Any})

Lists test configurations.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum results of the test configuration.
  • "nextToken": The next token for the test configurations.
  • "testConfigurationIds": The configuration IDs of the test configurations.
source
Main.Apptest.list_test_run_stepsMethod
list_test_run_steps(test_run_id)
list_test_run_steps(test_run_id, params::Dict{String,<:Any})

Lists test run steps.

Arguments

  • test_run_id: The test run ID of the test run steps.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of test run steps to return in one page of results.
  • "nextToken": The token from a previous step to retrieve the next page of results.
  • "testCaseId": The test case ID of the test run steps.
  • "testSuiteId": The test suite ID of the test run steps.
source
Main.Apptest.list_test_run_test_casesMethod
list_test_run_test_cases(test_run_id)
list_test_run_test_cases(test_run_id, params::Dict{String,<:Any})

Lists test run test cases.

Arguments

  • test_run_id: The test run ID of the test cases.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of test run test cases to return in one page of results.
  • "nextToken": The token from a previous request to retrieve the next page of results.
source
Main.Apptest.list_test_runsMethod
list_test_runs()
list_test_runs(params::Dict{String,<:Any})

Lists test runs.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of test runs to return in one page of results.
  • "nextToken": The token from the previous request to retrieve the next page of test run results.
  • "testSuiteId": The test suite ID of the test runs.
  • "testrunIds": The test run IDs of the test runs.
source
Main.Apptest.list_test_suitesMethod
list_test_suites()
list_test_suites(params::Dict{String,<:Any})

Lists test suites.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of test suites to return in one page of results.
  • "nextToken": The token from a previous request to retrieve the next page of results.
  • "testSuiteIds": The suite ID of the test suites.
source
Main.Apptest.start_test_runMethod
start_test_run(test_suite_id)
start_test_run(test_suite_id, params::Dict{String,<:Any})

Starts a test run.

Arguments

  • test_suite_id: The test suite ID of the test run.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": The client token of the test run.
  • "tags": The tags of the test run.
  • "testConfigurationId": The configuration ID of the test run.
source
Main.Apptest.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

Specifies tags of a resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the tag resource.
  • tags: The tags of the resource.
source
Main.Apptest.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

Untags a resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource.
  • tag_keys: The tag keys of the resource.
source
Main.Apptest.update_test_caseMethod
update_test_case(test_case_id)
update_test_case(test_case_id, params::Dict{String,<:Any})

Updates a test case.

Arguments

  • test_case_id: The test case ID of the test case.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description of the test case.
  • "steps": The steps of the test case.
source
Main.Apptest.update_test_configurationMethod
update_test_configuration(test_configuration_id)
update_test_configuration(test_configuration_id, params::Dict{String,<:Any})

Updates a test configuration.

Arguments

  • test_configuration_id: The test configuration ID of the test configuration.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description of the test configuration.
  • "properties": The properties of the test configuration.
  • "resources": The resources of the test configuration.
  • "serviceSettings": The service settings of the test configuration.
source
Main.Apptest.update_test_suiteMethod
update_test_suite(test_suite_id)
update_test_suite(test_suite_id, params::Dict{String,<:Any})

Updates a test suite.

Arguments

  • test_suite_id: The test suite ID of the test suite.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "afterSteps": The after steps of the test suite.
  • "beforeSteps": The before steps for the test suite.
  • "description": The description of the test suite.
  • "testCases": The test cases in the test suite.
source