LearnLib / alex

Automata Learning EXperience (ALEX) - A free and open-source web application for testing and learning web applications via active automata learning

Home Page:https://learnlib.github.io/alex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Associate test runs and learning experiments with the user who started them

abainczyk opened this issue · comments

  • Add property executedBy of type User to LearnerResult and TestReport
  • Display the user that initiated a test run / learning process in the frontend where it makes sense to have that information
  • In the TestStatusComponent, display the name of the user who executed the test process in the queue beside the test number
  • In the LearnerStatusWidgetComponent, display the name of the user who started the learning process in the queue beside the test number
  • A member of a project can only abort their own learning and testing processes in a project
    • Hide or disable the Abort button in TestStatusComponent and LearnerStatusWidgetComponent
  • A project owner can abort all learning and testing processes in a project
  • For database migration, associate an arbitrary project owner with existing learner results and test reports.