-
Notifications
You must be signed in to change notification settings - Fork 9.4k
JSTestDriver removal #12342
Copy link
Copy link
Closed
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedimprovement
Metadata
Metadata
Assignees
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedimprovement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently Magento is using 2 different sets of tools for the JavaScript Testing:
To remove legacy framework it is required to reimplement remaining tests using Jasmine, and completely remove JSTestDriver support afterwards.
Here is the list of the JS tests which require attention:
JsTestDriver/testsuite/mage/accordion/accordion.jsJsTestDriver/testsuite/mage/collapsible/test-collapsible.jsJsTestDriver/testsuite/mage/dropdown/test-dropdown.jsJsTestDriver/testsuite/mage/form/form-test.jsJsTestDriver/testsuite/mage/menu/test-menu.jsJsTestDriver/testsuite/mage/translate/translate-test.jsJsTestDriver/testsuite/mage/translate_inline/translate-inline-test.jsJsTestDriver/testsuite/mage/validation/test-validation.jsJsTestDriver/testsuite/mage/decorate-test.jsJsTestDriver/testsuite/mage/calendar/*JsTestDriver/testsuite/mage/loader/*JsTestDriver/testsuite/mage/suggest/*JsTestDriver/testsuite/mage/tabs/*