google / pageloader

A framework for creating page objects for in-browser or WebDriver tests.
https://pub.dartlang.org/packages/pageloader
Apache License 2.0
40 stars 46 forks source link

Use the default target name #128

Closed natebosch closed 6 years ago

natebosch commented 6 years ago

A target with the default name is supposed to be required by build_config but the check was missing.

See https://github.com/dart-lang/build/issues/1426

chalin commented 6 years ago

(Oh, you actually meant literally the $default target.)

Thanks!

cc @kevmoo @mk13

natebosch commented 6 years ago

(Oh, you actually meant literally the $default target.)

Yeah $default is the easiest way to get it. I could have used pageloader instead, or even pageloader:pageloader. They are all end up the same in the end, the overall target is pageloader:pageloader.