-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate web tests #1274
Comments
oleh-maikovych
added a commit
that referenced
this issue
Apr 25, 2019
oleh-maikovych
added a commit
that referenced
this issue
Apr 25, 2019
oleh-maikovych
added a commit
that referenced
this issue
Apr 25, 2019
oleh-maikovych
added a commit
that referenced
this issue
May 3, 2019
oleh-maikovych
added a commit
that referenced
this issue
May 3, 2019
oleh-maikovych
added a commit
that referenced
this issue
May 3, 2019
oleh-maikovych
added a commit
that referenced
this issue
May 6, 2019
oleh-maikovych
added a commit
that referenced
this issue
May 7, 2019
oleh-maikovych
added a commit
that referenced
this issue
May 7, 2019
Merged
jhou-pro
added a commit
that referenced
this issue
May 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It has been proven in #1219 that web tests can be implemented very similarly to the way they were implemented before except the way how dependencies are imported -- ES6 modules instead of HTML Imports (~15 hours, including test adjustments and fixes).
Need to migrate each of the following test suites:
app/test/tg-menu-list-changes-test.html
reflection/test/tg-reflector.html
reflection/test/tg-numeric-utils.html
serialisation/test/tg-serialiser.html
egi/test/tg-egi-dynamic-column-dom-test.html
egi/test/tg-egi-dynamic-rendering-hints-test.html
master/test/tg-entity-master.html
master/test/tg-entity-master-conflict-resolution.html
master/test/tg-entity-master-editors-touching.html
master/test/tg-entity-master-layout-binding.html
centre/test/tg-entity-centre.html
centre/test/tg-entity-centre-context.html
centre/test/tg-entity-centre-selection.html
centre/test/tg-entity-centre-query-param.html
centre/test/tg-entity-centre-filtering.html
centre/test/tg-entity-centre-running-for-complex-centre.html
centre/test/tg-entity-centre-generation.html
centre/test/tg-entity-centre-refresh-for-complex-centre.html
centre/test/tg-entity-centre-entity-editing-with-collections.html
centre/test/tg-entity-centre-test-delete-refresh-functionality.html
load-test.html
centre/test/tg-entity-centre-performance.html
editors/test/tg-editor.html
editors/test/tg-collectional-editor.html
editors/test/tg-datetime-picker-time-zones-for-24hours-for-persisted-entity.html
editors/test/tg-datetime-picker-value-approximations-for-24hours.html
editors/test/tg-datetime-picker-value-approximations-for-24hours-for-persisted-entity.html
Expected outcome
Ensure integration web tests working properly under web-components v1 and Polymer 3.
The text was updated successfully, but these errors were encountered: