Skip to content
Shaye Garg edited this page Sep 29, 2021 · 6 revisions

Welcome to the behave guide!

Here you're going to learn how to use behave in your projects, and hopefully, these docs make sense.

Start by learning how to create a project.

Using the compiler

behavec works like most other compilers out there, with one really cool feature - it does not need any sort of dependencies or installation. Simply put the executable wherever you want, and it'll JustWorkTM.

To compile, invoke the compiler as behavec --output <OUTPUT> <FILE> or behavec <FILE> -o <OUTPUT>, or any other command-line combinations you wish.

  1. FILE: This is the path to the main file of your behave project.
  2. OUTPUT: This is the path to the output file. This will most probably be models/<some_xml_file>.xml.
Clone this wiki locally