kylemellander / ember-test-with-data

Consistent ember acceptance and integration tests with data attributes.
MIT License
15 stars 2 forks source link

Create Integration test helper to initialize components to work with auto-tagging #12

Open kylemellander opened 7 years ago

kylemellander commented 7 years ago

Currently, when running integration tests, the updated component is not initialized, which makes any component based data-test attributes not show up. We should write an initializer (or even just docs explaining how) that can be run in integration tests to run the initializer in the tests, so that data-test attributes are populated.

kashiif commented 7 years ago

I am willing to help if you point me (in source code) to the right direction.