forked from mobile-dev-inc/maestro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix environment variables for multi-flow runs (mobile-dev-inc#2163)
* Add e2e-test for environment variables * Apply environment variables to test suite runs (fixes mobile-dev-inc#2101)
- Loading branch information
1 parent
da081aa
commit ff330bd
Showing
4 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# No App | ||
|
||
For tests that don't require an app to be launched. | ||
|
||
Tests of JavaScript or environment variables can be run here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
appId: com.example.notused | ||
tags: | ||
- passing | ||
--- | ||
# Relies on MAESTRO_EXAMPLE being set in the environment | ||
- assertTrue: ${MAESTRO_EXAMPLE == 'test-value'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters