Skip to content

Amandus is a handy tool for editing Robot Framework test files on the go.

License

Notifications You must be signed in to change notification settings

ohtuprojekti-eficode/Amandus

Repository files navigation

Amandus

Web application to edit Robot Framework files remotely

Application in production

How to run locally for development

  • Requirements: docker, docker-compose & yarn
  1. Create the .env file in /backend with the proper values (see backend/.env.dist)
    1. Check Backend documentation for more details on environment values if needed
  2. Install backend and frontend node modules
    1. cd backend/ && yarn
    2. cd frontend/ && yarn
  3. Run sudo docker-compose build
  4. Run sudo docker-compose up
    1. If database migrations seem to fail at start, run sudo docker-compose up again or sudo docker-compose down --volumes & sudo docker-compose up
  5. The application should be viewable in localhost:3000

Documentation

General

Frontend documentation

Backend documentation

Database documentation

Manual

Summary

Working hours

Definition of done

  • Feature is implemented
  • Tests are passed
  • Documentation is updated to match the state of the application
  • Code is reviewed: at least 2 persons have accepted changes in the pull request
  • The feature works in production environment

About

Amandus is a handy tool for editing Robot Framework test files on the go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors