Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Env support #77

Merged
merged 4 commits into from
Aug 18, 2022
Merged

Env support #77

merged 4 commits into from
Aug 18, 2022

Conversation

dmitry-zaitsev
Copy link
Collaborator

@dmitry-zaitsev dmitry-zaitsev commented Aug 18, 2022

  • Orchestra gets secrets as an input parameter
  • CLI can provide secrets via -s option (example: maestro test -e USER=username -e PASSWORD=password flow.yaml)

@dmitry-zaitsev dmitry-zaitsev changed the title Secrets support Env support Aug 18, 2022
@Leland-Takamine
Copy link
Contributor

Any way to escape the ${}?

listOf(
Event.Tap(Point(50, 50)),
Event.Tap(Point(50, 50)),
Event.InputText("\${PASSWORD} is testPassword"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@dmitry-zaitsev dmitry-zaitsev merged commit 5c8d794 into main Aug 18, 2022
@dmitry-zaitsev dmitry-zaitsev deleted the feature/secrets branch August 18, 2022 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants