Development environment ?

Issue #117 new
Former user created an issue

Hi, Which development environment do you use when developing packages for atlasboard ? What IDE if any and other tools do you use ?

Comments (4)

  1. sytone

    I have two setups. I'm using a VM running Debian and setup a samba share to my windows box where I am using Visual Studio Code, I also have a Windows VM with NodeJS installed and using VS in it to test and debug.

  2. Eric Hirlemann

    Hi, IntelliJ for writing the code and running unit and integration tests. A Docker container with NodeJS, where Atlasboard runs. I've not found yet a way to bind a debugger to a running atlasbord instance.

  3. Former user Account Deleted reporter

    I succeeded to debug job js files with node-inspector and Visual Studio Code but not the Widget js files so if anybody got that working it wold be cool to know how. @sytone did you manage to debug Widget JS code ?

  4. Eric Hirlemann

    Hi, Did any person manage to have Unit Testing on the widgets? I had a try with Selenium another with Phantom + CasperJS, I'm not sure what is the best solution?

  5. Log in to comment