Skip to content

cyu019x/3akai-ux

 
 

Repository files navigation

Open Academic Environment (OAE Project)

3akai-ux is the front-end for the Open Academic Environment project.

Build status

Build Status

Installing OAE

Documentation on how to install and configure OAE can be found in the back-end repository.

Widget development

Documentation on how to create custom OAE widgets and an overview of the available widgets can be found at the Widget Library

Functional tests

PhantomJS

In order to run the front-end test suite, PhantomJS needs be installed. The instructions on how to install PhantomJS can be found on the PhantomJS download page.

CasperJS

In order to run the front-end test suite, CasperJS, which relies on PhantomJS, needs to be installed. The instructions on how to install CasperJS can be found on the CasperJS download page.

Install NPM dependencies

NPM is the package manager that downloads all the Node.js dependencies on which the 3akai-ux test suite relies. To tell NPM to download all the dependencies, run this command in your 3akai-ux directory:

npm install -d

Running the tests

The front-end test suite can be run using Grunt:

grunt test

Note that Hilary and its dependencies should be installed and running on your system before the tests can be run successfully.

About

Open Academic Environment (OAE) Front-End

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.2%
  • CSS 17.8%