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

Implementation of SessionContext & TestExecutionContext #498

Merged
merged 10 commits into from
Jun 25, 2019
Merged

Implementation of SessionContext & TestExecutionContext #498

merged 10 commits into from
Jun 25, 2019

Conversation

anandbagmar
Copy link
Member

To allow maintaining context of all test executions happening via ATD

anandbagmar and others added 9 commits June 4, 2019 13:35
…ome property, we need to pass this as an environment variable in a specific format:

ex: to update android's app path, set env var as: 'atd.android.app'
ex: To update a specific property as part of an array, 'atd.hostMachines.0.appiumServerPath=.... '
ex: To update the 1st simulator's device name in the 1st hostMachine: 'atd.hostMachines.0.simulators.0.deviceName
@saikrishna321
Copy link
Member

Thanks for the PR Anand. Can you please update the implementation for method parallel as well

https://github.com/AppiumTestDistribution/AppiumTestDistribution/blob/master/src/main/java/com/appium/manager/AppiumParallelMethodTestListener.java

And also can you post the usage

@anandbagmar
Copy link
Member Author

@saikrishna321 @SrinivasanTarget -

Thanks for the PR Anand. Can you please update the implementation for method parallel as well

https://github.com/AppiumTestDistribution/AppiumTestDistribution/blob/master/src/main/java/com/appium/manager/AppiumParallelMethodTestListener.java

And also can you post the usage

@saikrishna321 saikrishna321 merged commit b981e3f into AppiumTestDistribution:master Jun 25, 2019
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.

None yet

2 participants