Accessing the store from qunit

Id like to create a simple test that visits a given page, scans a list of items and compares the number of items with the number of records in the related store.

I know that I could use pretender to simulate this, however I prefer to use the real backend.

What’s the easiest way to accomplish this?

1 Like