Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

FIX: Change the values of the files generated by bst init when type e2e and multi locale. #690

Merged
merged 3 commits into from
Feb 10, 2022

Conversation

maxbespoken
Copy link
Contributor

@maxbespoken maxbespoken commented Jan 12, 2022

Only when the type is e2e and it is a multi-locale project the project created should be created with the following file:

index.e2e.yml

---
configuration:
  description: $testSuiteDescription
---
- test : $firstTestName
- $INVOCATION_UTTERANCE : "$launchPrompt"
- $HELP_UTTERANCE : "$helpPrompt"

en-US.yml

$testSuiteDescription: My first unit test suite
$firstTestName: Launch and ask for help
$launchPrompt: okay here's
$helpPrompt: What can I help you with?
$INVOCATION_UTTERANCE: Open voice hello world overview
$HELP_UTTERANCE: help

@maxbespoken maxbespoken self-assigned this Jan 12, 2022
@maxbespoken maxbespoken requested review from dmarvp and removed request for ecruzado January 12, 2022 17:35
@ecruzado ecruzado merged commit 0a58eb1 into master Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants