Code Monkey home page Code Monkey logo

moztrap-new-ui's Introduction

moztrap-new-ui

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.

Dependencies

  • bower (npm install -g bower if you have Node.js and npm)

Installation

  • git clone this repo.
  • Run bower install to install 3rd party dependencies. ( A bower_components folder should be created.)
  • If you need the diff function, run git submoudle init; git submoudle update;.
  • Open the index.html in the browser.
  • Summary:
git clone https://github.com/shinglyu/moztrap-new-ui.git
cd moztrap-new-ui/
bower install
git submoudle init; git submoudle update;
firefox index.html &

Testing

  • Unit test: open test/unit/unittest.html in the browser
  • Functional test: run test/functional/run.sh (Python + Selenium required)
    • Run pip install selenium

Tutorial

Related Projects

  • 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.

Contributing

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 [email protected] for access right. Everyone is welcomed to pick a bug/feature and work on it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.