mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
645 B
645 B
Frequently Asked Questions
- How do you run
impeller_unittestswith Playgrounds enabled?- Playgrounds in the
impeller_unittestsharness can be enabled in one of three ways:- Edit
gn argsdirectly and addimpeller_enable_playground = true. - Add the
--enable-impeller-playgroundflag to your./flutter/tools/gninvocation. - Set the
FLUTTER_IMPELLER_ENABLE_PLAYGROUNDto1before invoking./flutter/tools/gn. Only do this if you frequently work with Playgrounds and don't want to have to set the flags manually. Also, it would be a bad idea to set this environment variable on CI.
- Edit
- Playgrounds in the