Skip to content

Instantly share code, notes, and snippets.

@adam-stasiak
Created July 29, 2019 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adam-stasiak/3e7c0949479b7c82991d9029033c56bb to your computer and use it in GitHub Desktop.
Save adam-stasiak/3e7c0949479b7c82991d9029033c56bb to your computer and use it in GitHub Desktop.
# Flutter tests
"test:UI:Gitlab":
script:
- /bin/bash $CACHE_DIR/bundlerScript.bash
- mkdir development && wget -O development/flutter.zip https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v1.2.1-stable.zip
- cd development
- unzip flutter.zip
- export PATH="$PATH:`pwd`/flutter/bin"
- cd ..
- open -a Simulator
- cd ios
- pod setup
- pod install
- cd ..
- flutter packages get
- flutter test
- flutter drive test_driver/*
stage: test
artifacts:
paths:
- ozzie
when: always
expire_in: 1 week
tags:
- xcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment