erp5_gadget_interface_validator
Application to validate the interface implementation of gadgets, and selenium test for the application.
Application to validate the interface implementation of gadgets, and selenium test for the application.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/vivek.pabani/erp5.git" "vivekpab_interface_validator" git checkout -b "vivek.pabani/erp5-vivekpab_interface_validator" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "vivek.pabani/erp5-vivekpab_interface_validator"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.