GithubHelp home page GithubHelp logo

ui-test's Introduction

ui-test

UI Test set for eXo platform product

Structure introduction

This set is composed of 2 modules: ui-testsuite and ui-common

ui-common includes all common functions that are used in testcases. Common functions are divided in .java files according to products, features and modules of Platform.

ui-testsuite includes all testcases which are executed to test our products. It is divided in packages according to products, features, and modules of Platform. Each package contains one or more .java files which are testsuites. Each testsuite that includes one or more testcases is respective to one feature of Platform.

How to build the project

  1. Prerequisite
  1. Launch test Here are steps to build this project.
  • Step 1: Start server to run Platform 4.2.x package.
  • Step 2: clone this project from github by typing a command: git clone [email protected]:exoplatform/ui-test.git
  • Step 3: On terminal, go to ui-test folder.
  • Step 4: type a command: mvn clean install [-P] [-Dbrowser=] -DbaseUrl= Where: is id of profile in the ui-testsuite/pom.xml. This is a must = firefox | iexplorer. If not, firefox is used by default = The url to Platform. If not, url http://localhost:8080/portal is used by default Example: Assume a profile with id "wiki-sniff" is defined in the ui-testsuite/pom.xml To run test cases of this profile on Firefox, with Url "http://192.168.1.44:8080/portal", run the following command: mvn clean install -Pwiki-sniff -Dbrowser=firefox -DbaseUrl=http://192.168.1.44:8080/portal

ui-test's People

Contributors

vuna2 avatar thuntn avatar lientm avatar chinhdtt avatar havtt avatar hakt avatar ossoromain avatar thaopth avatar c-mugnier avatar lanltk avatar nhungvt avatar ptquynh avatar tungvm avatar dunghm avatar aheritier avatar hzekri avatar hatran1987 avatar

Watchers

Phuong Anh PHAN avatar

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.