8000 intercom_flutter/intercom_flutter_web/example at master · CrewLAB/intercom_flutter · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Testing

This package utilizes the integration_test package to run its tests in a web browser.

See flutter.dev > Integration testing for more info.

Running the tests

Make sure you have updated to the latest Flutter master.

  1. Check what version of Chrome is running on the machine you're running tests on.

  2. Download and install driver for that version from here:

  3. Start the driver using chromedriver --port=4444

  4. Run tests: flutter drive -d web-server --browser-name=chrome --driver=test_driver/integration_test.dart --target=integration_test/intercom_flutter_web_test.dart, or (in Linux):

    • Single: ./run_test.sh integration_test/TEST_NAME.dart
    • All: ./run_test.sh
0