@restqa/restqa
Version:
An all in one test automation runner
37 lines (36 loc) β’ 1.97 kB
YAML
service:
select_environment: 'π― The selected environment is: "%s"'
dashboard:
config_loaded: "π The configuration file %s has been loaded"
no_config: 'π€ Launching the server on "NO CONFIG" mode'
server_start: "π The RestQA dashboard is started and available on the url: %s"
generate:
successful_message: '\n**** SCENARIO GENERATED SUCCESSFULLY ****\n'
output_file_message: 'The Scenario has been added to the file "%s"'
init:
questions:
name: "Project name:"
port: "On which port your microservice is running?"
ci: "Do you need a continuous integration configuration ?"
no_ci: "I want to configure the continuous integration by myself"
telemetry: "May RestQA report anonymous usage statistics to improve the tool over time ?"
success:
welcome: "You have successfully installed RestQA! Letβs begin your test automation with RestQA π₯π"
ci: "%s configuration has been setup. π§"
sample: "π We created a sample scenario, try it by using the command: restqa run"
info: "π More information: https://restqa.io/info"
error:
scenario_generation: "We couldn't create the sample scenario but no worries you can generate it using: restqa generate curl %s -o welcome.feature"
install:
webhook:
question: "What is the Webhook url?"
success:
config_updated: 'The "%s" %s addon has been configured successfully'
credential_warning: "Do not forget to use environment variable to secure your sensitive information"
telemetry:
toggle: "π΅οΈ The telemetry has been %s."
detail: "More detail on %s"
run:
error_missing_restqapi: 'Please enable the @restqa/restqapi plugin on the "environements" section of your .restqa.yml'
error_missing_url: "Please share the target url of your service on @restqa/restqapi plugin section"
error_port_timeout: "Couldn't reach the server running on the port %s (timeout %sms)"