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

Need to Provide additional arguments while building Flutter application using sylph #121

Open
shindesuraj1409 opened this issue Mar 26, 2021 · 0 comments

Comments

@shindesuraj1409
Copy link

shindesuraj1409 commented Mar 26, 2021

I am working on Flutter app and need to run the tests on AWS using sylph from local machine. But to build the app I need to pass additional args so that runnable build(apk) is created and uploaded to AWS Device Farm.

Is there any way to provide additional argument through Sylph.yaml or can we update the following command locally in sylph_run.dart> Line 99: command = ['flutter', 'build', 'apk', '-t', mainPath, '--debug'];?

Tired to update the command locally with additional arguments but while running 'sylph -c sylph -v' it is executing with command = ['flutter', 'build', 'apk', '-t', mainPath, '--debug'] instead of command = ['flutter', 'build', 'apk', '-t', mainPath, additionalArg ,'--debug']

@shindesuraj1409 shindesuraj1409 changed the title Need to Provide addi Need to Provide additional arguments while building Flutter application using sylph Mar 26, 2021
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

No branches or pull requests

1 participant