mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Mention the need to rebuild before running tests (flutter/engine#36191)
This commit is contained in:
parent
0fc27b412d
commit
c858509095
@ -21,6 +21,11 @@ integration tests in other repos.
|
||||
4. Write your test.
|
||||
5. Build and run with `testing/run_tests.py [--type=java] [--java-filter=<test_class_name>]`.
|
||||
|
||||
Note that `testing/run_tests.py` does not build the engine binaries; instead they
|
||||
should be built prior to running this command and also when the source files
|
||||
change. See [Compiling the engine](https://github.com/flutter/flutter/wiki/Compiling-the-engine)
|
||||
for details on how to do so.
|
||||
|
||||
## Q&A
|
||||
|
||||
### My new test won't run. There's a "ClassNotFoundException".
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user