A new frontend UI for MozTrap that levarages on its REST API
Use this production site(only tested on Firefox) directly, or host on your own.
- bower (
npm install -g bowerif you have Node.js and npm)
git clonethis repo.- Run
bower installto install 3rd party dependencies. ( Abower_componentsfolder should be created.) - If you need the diff function, run
git submodule init; git submodule update;. - Open the
index.htmlin the browser. - Summary:
git clone https://github.com/shinglyu/moztrap-new-ui.git
cd moztrap-new-ui/
bower install
git submodule init; git submodule update;
firefox index.html &
- Unit test: open
test/unit/unittest.htmlin the browser - Functional test: run
test/functional/run.sh(Python + Selenium required)- Run
pip install selenium
- Run
- Presentation Slides
- React.js Tutorial: A step-by-step guide on how the site is built using React.js, with live demo and commented code.
- MozTrap - The upstream project. The MozTrap test case management system.
- MozTrap API Tester - Help you test and explore MozTrap's REST API
- MozTrap CLI - A MozTrap commandline interface for editing test cases offline.
- MozTrapHelper - An addon to workaround old MozTrap's performance issue. We might levarage this to combine the old and new UI.
We are migrating our backlog from Trello to GitHub. Simply submit bugs or feature requests using the GitHub "issues" to the right side of the page.
The feature requests are in this Trello board, ask slyu@mozilla.com for access right. Everyone is welcome to pick a bug/feature and work on it.