Skip to content

[all] e2e test folder location #28

@miquelbeltran

Description

@miquelbeltran

I have noticed that the plus packages have their e2e tests in different locations.

It would be good to unify that in the same package structure, this will facilitate running tests and contributions from external devs.

In general, tests should be:

in package_name/test -> dart and widget tests.
in package_name/example/test_driver -> flutter driver e2e tests.

Current location of all e2e tests:

  • android_alarm_manager_plus/example/test_driver/ ✔️
  • android_intent_plus/example/test_driver/ ✔️
  • battery_plus/test/
  • connectivity_plus/example/test_driver/test/
  • device_info_plus/example/test_driver/ ✔️
  • package_info_plus/example/test_driver/ ✔️
  • sensors_plus/example/test_driver/test/
  • share_plus/example/test_driver/test/

Proposal:

Unify the package structure and move all e2e packages to package_name/example/test_driver

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions