From 538545a36987157ede58ff34434e68cf38fabe59 Mon Sep 17 00:00:00 2001 From: Gennady Terekhov Date: Tue, 10 Oct 2023 22:52:14 +0300 Subject: [PATCH] readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee81d14..3eceb43 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Supported games: 1. Skyrim 2. Oblivion 3. Morrowind +4. The Elder Scrolls Online [web version](https://the-elder-scrolls-alchemy.website.yandexcloud.net/#/) @@ -19,7 +20,7 @@ Supported games: ## How to run -the most basic way to lauch the app: +the most basic way to launch the app: `flutter run -d chrome` this command opens chrome window with the app in debug mode @@ -29,7 +30,6 @@ for more commands, see [flutter documentation](https://docs.flutter.dev/get-star when building for a new release (substitute correct build number): `flutter build apk --build-number=4 --build-name=4.0.0` - Install release app on device: `flutter run --release` @@ -41,10 +41,10 @@ Install release app on device: this command runs specific integration test `flutter drive --driver integration_test/driver.dart --target integration_test/full_test.dart --no-dds` -this command runs cpecific widget/unit test -`flutter test test/layers/data/data_source_test.dart` +this command runs specific widget/unit test +`flutter test test/layers/data/data_source_test.dart --platform chrome` -if there's an error because of dart:html, use this +this commands runs all unit tests `flutter test --platform chrome`