Arcada-Devops-2017 / frontend

The UI part of the application
0 stars 0 forks source link

Build Status

Front-end

Run UI through various test environments before deployment.

Project assignments

Getting Started

Robot framework installations

Selenium2 library, Selenium 3.5.0 and Robot Framework have to be install. Install with following command.

pip install -r requirements.txt

Create a simple HTTP server

Following command will create a server at current directory.

python3 -m http.server

Execute robot test

Runs the test configuration in respective folders.

pybot robot
pybot test-sample

Travis configurations

The file .travis.yml determined the build settings that's run through Travis CI. To be able to use, the user must enable github repository on Travis-CI, which require admin rights.

Travis usage cases:

Look in .travis.yml for more information.

Materials

Tools

Links