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

Terminal closing when running any sylph command #115

Open
pavlos-elpidorou opened this issue Oct 8, 2020 · 2 comments
Open

Terminal closing when running any sylph command #115

pavlos-elpidorou opened this issue Oct 8, 2020 · 2 comments

Comments

@pavlos-elpidorou
Copy link

hello,
i have installed sylph using the flutter pub global activate sylph command and it installed ok.
But when i run any sylph command my terminal window closes instantly...

how to fix it?

I'm running it on Windows 10.

@SalihCanBinboga
Copy link

SalihCanBinboga commented Nov 20, 2020

Hello @pavlos-elpidorou can you try this steps,

  • if exist ios pool remove all
  • android pool devices if more than one just only one left
  • use this device :
    - name: Google Pixel 3 model: Pixel 3 os: 10

and try again or use this yaml

tmp_dir: /tmp/sylph
artifacts_dir: /tmp/sylph_artifacts
sylph_timeout: 720
concurrent_runs: true


project_name: App Integration Test
default_job_timeout: 10

device_pools:
  - pool_name: android pool 1
    pool_type: android
    devices:
      - name: Google Pixel 3
        model: Pixel 3
        os: 10
		
test_suites:

  - test_suite: example test 1
    main: test_driver/main.dart
    tests:
      - test_driver/main_test.dart
    pool_names:
      - android pool 1
    job_timeout: 15

@kim0606
Copy link

kim0606 commented Mar 2, 2021

Hi @pavlos-elpidorou did u find any solution as I'm currently facing same problem...?

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

3 participants