Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.24 KB

DEVELOPMENT.md

File metadata and controls

21 lines (18 loc) · 1.24 KB

There is a custom script in this repository to aid the development. Here are some of the custom commands:

  • ./execute -help. Show the full information about the script. Run this command to know other commands.
  • ./execute -push. Push the current branch to remote origin.
  • ./execute -pull. Pulls the current branch and prunes other branches from remote origin.
  • ./execute -test [-suitename <suitename>]. Run certain tests indicated by a configuration. Suite name can be unit:front to run the front-end tests, unit:back to run common back-end tests, or others.
  • ./execute -test [-suitename <suitename>] -watch. Same as above yet it watches the files related to the tests.

Pair Programming

When doing pair programming, it is recommended to attach the co-authors. Below are examples of what to add at the end of the messages.