alsatian-test / karma-alsatian

A Karma plugin for the Alsatian test framework
0 stars 2 forks source link

Is karma-alsatian plugin planned? #8

Open dimkinv opened 7 years ago

dimkinv commented 7 years ago

Hi,

I wanted to ask if karma alsatian plugin planned? This repository seems empty. I wanted to start my own plugin, but, if this repo is still active I'll be glad to contribute.

Thanks

jamesadarich commented 7 years ago

Hey @dimkinv,

Absolutely it is planned! Would be glad for some contributions!! :)

Is there anything I can help with getting you started?

Thanks!!

dimkinv commented 7 years ago

Right now I've forked this repo and started to put some boiler plate code, theres very little documentation available for framework plugins for karma, so I'm mainly looking into mocha plugin trying to understand what they did. Eventually when boilerplate will be complete I will need to run alsatian programmatically from karma, so if you could point me on how to do it that would help a lot.

Thanks

jamesadarich commented 7 years ago

Awesome!! Thanks very much for picking this up!!

Sounds like a brilliant plan! There's some documentation on the wiki for using with nodejs below but if any changes or additions are needed for the node API absolutely let me know and I can work on them or send in a PR :)

I think we'll also need to browserify Alsatian as it's currently using node streams.

Let me know if you need anything else for this :)

jamesadarich commented 7 years ago

https://github.com/alsatian-test/alsatian/wiki/running-tests#nodejs

There's the link I forgot haha

jamesadarich commented 7 years ago

Hey @dimkinv how are things going? Anything I can help with?