From Codemagic to Firebase Test Lab - CI / CD to Integration Tests

Sdílet
Vložit
  • čas přidán 21. 08. 2024

Komentáře • 5

  • @bartekpacia
    @bartekpacia Před rokem +2

    Nice video :)

  • @yashjadhav6838
    @yashjadhav6838 Před 4 měsíci

    Do they provide physical remote phone like lamda test or samsung reminders test lab ?

  • @szabycsillag4494
    @szabycsillag4494 Před rokem

    This will work on windows? I just want this CI/CD on my android app, at the end, I don't know how to run the codemagic.yaml. Any ideeas?

    • @FlutterExplained
      @FlutterExplained  Před rokem

      The codemagic.yaml will be interpreted and used by Codemagic itself on their platform. If you want to execute it you go to your project in codemagic that is connected to the project of the codemagic.yaml. There you will have to switch from the "UI Builder" to the "Yaml" configuration.
      If you have done that it should work for you because you set the "instance_type" to mac_mini_m1 which is in fact a macos system, on which machine you run Flutter does not really matter.