./setupChromeCorsOverride.sh
this allows the app to run w/o CORS - otherwise your images won't displaybuild/web' to
voiceClientWeb` and commitpull
nginx/sites
change the web_server
to port 3004flutter/voiceUtils/nginx
run restart.sh
When testing locally web, be sure to source setupChromeCorsOverride.sh
so that Chrome startups w/o supporting CORS
For testing locally (use target: Chrome SKIA)
final configuredApp = AppConfig(
flavorName: 'Dev',
apiBaseUrl:
'http://192.168.1.13', //https://myfamilyvoice.com', //http://192.168.1.13', //'http://dev-myfamilyvoice.com',
getHttpLink: getHttpLink,
isSecured: true,
isWeb: true,
withCors: false,
child: MyApp(),
);
voiceFileServer
and the voiceServerBarton
have to be started with export foo=barton
flutter run -d CA0BCD8D-1EB0-4DFD-B452-BDA42C313C9A -t lib/main_integration_test.dart --verbose
dart app_test_steps.dart --deleteTestUser=yes --deleteBook=yes --deleteBooksMessages=yes --deleteFamilyTestUsers=yes --deleteStoryReactions=yes --deleteNineth=yes --runTag=all --uri=
dart app_test_steps.dart --deleteTestUser=no --deleteBook=no --deleteBooksMessages=no --deleteFamilyTestUsers=no --deleteStoryReactions=no --deleteNineth=yes --runTag=nineth --uri=
dart app_test_main.dart --uri=
cp report.json ~/flutter/cucumber
and run node index.js
~/flutter/cucumber
, commit the changes and pushhttps://bartonhammond.github.io/mfv-gherkin/