Skip to content

3. Create Project In RF Historic

Shiva Prasad Adirala edited this page Mar 10, 2020 · 4 revisions

In this section will discuss on how to create project in RF Historic:

Assumption: User already installed robotframework-historic (refer readme.md) for installation command


Step 1: Initiate Robotframework Historic server (flask app)

  • Open command prompt

  • Type rfhistoric and hit enter (as below image)

    By default rfhistoric will be started on http://0.0.0.0:5000/

    flaskstart
  • Go to http://localhost:5000/ in browser (following image should be shown)

    Here 0.0.0.0 is similar to localhost or youripaddress

    index

Step 2: Create Database (project)

  • Click on Get Started button in landing page

  • Robotframework Historic home page should be loaded

  • Click on + New Project button

    new
  • Enter project name, Description , Image URL and click create

    newproject
  • Project will be created and shown in home page

    Note: Project name plays vital role in robotframework-historic, remember project name to push data into it

    Project

You have successfully created project in robotframework-historic