You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, there is a separate set of tests for each beacon, even though we're testing the same aspects of each of them. We should store queries for individual beacons in a config file and have a single (or a small number) of parameterized tests executing the respective queries across multiple beacons. It should be possible to achieve this with jUnit's @rule and @parameter.
The text was updated successfully, but these errors were encountered:
Right now, there is a separate set of tests for each beacon, even though we're testing the same aspects of each of them. We should store queries for individual beacons in a config file and have a single (or a small number) of parameterized tests executing the respective queries across multiple beacons. It should be possible to achieve this with jUnit's @rule and @parameter.
The text was updated successfully, but these errors were encountered: