mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
tests: more cloud test (#4204)
* test: add anon user test * chore: add to runner * test: fix * test: fix * test: add tests * chore: add test * chore: fix warn * chore: fix warn * fix: build * fix: test * chore: rename * chore: fix test * chore: fix test * chore: fix test * chore: disable test
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
|
||||
# If you want to test a single file with single case, you can try this command:
|
||||
# RUST_LOG="debug" flutter test -j, --concurrency=1 'path to the file' --name 'test case name'
|
||||
# RUST_LOG="debug" flutter test -d macOS -j, 'path to the file' --name 'test case name'
|
||||
[tasks.flutter_test]
|
||||
description = "Run flutter test with single case in single file. Input: cargo make flutter_test 'path to the file' --name 'test case name'"
|
||||
script = '''
|
||||
cd appflowy_flutter
|
||||
RUST_LOG="debug" flutter test -j, --concurrency=1 "${@}"
|
||||
flutter test -j, --concurrency=1 "${@}"
|
||||
'''
|
||||
script_runner = "@shell"
|
||||
|
||||
|
Reference in New Issue
Block a user