Closed
Bug 1072493
Opened 11 years ago
Closed 10 years ago
Provide Client-Side Testing Suite
Categories
(developer.mozilla.org Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davidwalsh, Unassigned)
Details
(Whiteboard: [specification][type:feature])
What problems would this solve?
===============================
The MDN backend is covered well with django tests. We should do the same for the MDN front-end.
Who would use this?
===================
Developers and contributors to MDN would need to submit tests with their front-end updates.
What would users see?
=====================
Nothing -- this is not user-facing.
What would users do? What would happen as a result?
===================================================
Nothing -- this is not user-facing.
Is there anything else we should know?
======================================
Updated•11 years ago
|
Severity: normal → enhancement
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/90e4f01ee62b37a8b8c173a0c9f81a0a953dabfd
Bug 1072493 - Add initial testing suites
https://github.com/mozilla/kuma/commit/f425f93197aba82f0e1c892d02422310ac23ddde
Bug 1072493: Move UI tests and improve docs
https://github.com/mozilla/kuma/commit/4b2fe40139395a38c70df0d23d15f345edccb4e1
Merge pull request #2832 from openjck/pr2770-updates
Bug 1072493 - Add initial testing suites
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/90e4f01ee62b37a8b8c173a0c9f81a0a953dabfd
Bug 1072493 - Add initial testing suites
https://github.com/mozilla/kuma/commit/f425f93197aba82f0e1c892d02422310ac23ddde
Bug 1072493: Move UI tests and improve docs
https://github.com/mozilla/kuma/commit/4b2fe40139395a38c70df0d23d15f345edccb4e1
Merge pull request #2832 from openjck/pr2770-updates
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/8a93900ba64f2d868616fa0df326b8ab70c1fbbf
bug 1072493 - Allow customizable domain runner via command line
https://github.com/mozilla/kuma/commit/d0896a7e7061ed1844b9647713466b83fce33f14
Merge pull request #2841 from darkwing/test-updates
bug 1072493 - Allow customizable domain runner via command line
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/22ecc3fe5f000f38ada548c8d80f74ecea3a8dee
bug 1072493 - Adding more homepage tests, navigation submenu validator, search box expanding, footer dropdown language widget changing
https://github.com/mozilla/kuma/commit/3f04c61a2316444b3b2b1aa445e3e540b9259a79
Merge pull request #2847 from darkwing/more-tests
bug 1072493 - Adding more homepage tests, navigation submenu validator, search box expanding, footer dropdown language widget changing
Comment 5•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/58ab968217d86c3c0a33659185b6115be96beff7
bug 1072493 - Shorten basic visibility tests, remove sleep() calls when possible
https://github.com/mozilla/kuma/commit/6ce1908825ae5600947cab0c73f5f1fd5054bef0
bug 1072493 - Add shortcut method for global property checks
https://github.com/mozilla/kuma/commit/c409e0143a70b2c6797bee0ae59fa04b75b3740c
bug 1072493 - Make the login widget open functionality a util so it can be used often.
https://github.com/mozilla/kuma/commit/a9a4c2b387a46c8afaad695f9fd2a9ec633bb9d3
Merge pull request #2858 from darkwing/more-test-updates
bug 1072493 - Shorten basic visibility tests, remove sleep() calls when possible
Comment 6•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/9120705a00f8834c723b7c25e55c6da5ef906d03
bug 1072493 - Add wiki UI tests
https://github.com/mozilla/kuma/commit/531d5198aa5000a35ee6ff92d5af15468f6f4f67
Bug 1072493 - Restructure test files
https://github.com/mozilla/kuma/commit/b64fb96b7be2210af2c6964bc8d2224dcf7617c2
bug 1072493 - Make login function much simpler
https://github.com/mozilla/kuma/commit/0785a3705556f977feb0af6f63d881fa4d733b0c
bug 1072493 - More syntax improvements to tests
https://github.com/mozilla/kuma/commit/c0a30376f80ee3ec8bd0e207ff3b6192c8aec4a0
bug 1072493 - More syntax improvements to tests
https://github.com/mozilla/kuma/commit/07a0717469b9115db4a236ef66b0333ed8e2cf3a
Merge pull request #2861 from darkwing/add-wiki-tests
bug 1072493 - Add wiki UI tests
Comment 7•10 years ago
|
||
Done with Intern
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•