Sha256: 0355c3547bcab8dff147837e22916ef1ec452ed3a38cb2570103f99beaa8c792

Contents?: true

Size: 1.63 KB

Versions: 3

Compression:

Stored size: 1.63 KB

Contents

Netbeans IDE Setup
=======
------------
<br>
1. If you ran the `awetestlib netbeans_setup` command, you should now have a folder called "sample_netbeans" in the directory you ran the command in. Open Netbeans and go to Open Project.

![netbeans1](https://raw.github.com/3qilabs/awetestlib/develop/images/netbeans1.jpg "netbeans1")

<br>
2. Select the "sample_netbeans" folder that was created and click "Open Project". Your project is now loaded into Netbeans.
NOTE: Depending on the version of Netbeans you have, you may need to install the Ruby and Rails plugin.

![netbeans2](https://raw.github.com/3qilabs/awetestlib/develop/images/netbeans2.jpg "netbeans2")

<br>
3. You can view the different configurations from the config dropdown. We have provided a sample "Demo" config which runs the demo.rb script. To create your own, go to "Customize..."

![netbeans3](https://raw.github.com/3qilabs/awetestlib/develop/images/netbeans3.jpg "netbeans3")

<br>
4. In the configuration window, you can see the arguments for the Demo configuration. To create your own, go to "New". All the arguments (Main Script, Arguments, and Ruby Options) would be the same as the Demo configuration, the only difference would be the path to the script you want to run. 

![netbeans5](https://raw.github.com/3qilabs/awetestlib/develop/images/netbeans5.jpg "netbeans5")

<br>
5. Once you have the script configurations set, you can select the config you want to run from the dropdown and hit the Play button. The script will now start to run within the IDE. 

![netbeans4](https://raw.github.com/3qilabs/awetestlib/develop/images/netbeans4.jpg "netbeans4")

<br>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
awetestlib-1.2.4-x86-mingw32 netbeans_setup.md
awetestlib-0.1.30 netbeans_setup.md
awetestlib-0.1.30-x86-mingw32 netbeans_setup.md