several factors like:
|
if root.name != "lobster": |
-> the local repository folder has to be named "lobster", otherwise you will get an error
|
"gh_root": "https://github.com/bmw-software-engineering/lobster", |
-> you need to adapt the expected output when working from a fork since the URL will be different
I had to adapt those in my forked lobster repository to be able to execute make system-tests successfully
Consider changing those factors of the system tests to improve the ease of contributing from a forked repo
several factors like:
lobster/tests-system/testrunner.py
Line 81 in 5fe5aab
-> the local repository folder has to be named "lobster", otherwise you will get an error
lobster/tests-system/lobster-online-report/rbt-valid-flow/valid-scenario/expected-output/expected-output.lobster
Line 14 in 5fe5aab
-> you need to adapt the expected output when working from a fork since the URL will be different
I had to adapt those in my forked lobster repository to be able to execute
make system-testssuccessfullyConsider changing those factors of the system tests to improve the ease of contributing from a forked repo