Skip to content

Commit

Permalink
updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Nov 28, 2023
1 parent 3facb6a commit a931bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ flutter --version
flutter devices
flutter clean
flutter pub get
cd $PROJECT_DIR/example
cd $PROJECT_DIR/flutter_inappwebview/example
flutter clean
if [ ! -z "$2" ]; then
flutter driver --driver=test_driver/integration_test.dart --target=integration_test/webview_flutter_test.dart --device-id=$DEVICE_ID
Expand Down
2 changes: 1 addition & 1 deletion tool/env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Future<void> main() async {
'NODE_SERVER_IP': Platform.environment['NODE_SERVER_IP'],
};

final filename = 'example/integration_test/env.dart';
final filename = 'flutter_inappwebview/example/integration_test/env.dart';
await File(filename)
.writeAsString('final environment = ${json.encode(config)};');
}

0 comments on commit a931bbb

Please sign in to comment.