Mikael Møller

Results 10 comments of Mikael Møller

@raju-apple we don't we just scan all the yaml files in the `certification` folder

@ferezvi nice work on the UI. My first thought was also to us NW.js (http://nwjs.io/, former node-webkit). But I would actually rather have in my browser, so one can manage...

Yes, I know that you can do it on the server. I did a small test in `lib/commands.js` adding this in `startServer` ``` server.on('close', function () { console.log('This is closing...

> Yup, the reverse would also be good, an API GET endpoint without an > associated view. Doesn't that work already?

I know this could be done with the method mentioned in https://github.com/JonAbrams/synth/issues/15 But I think it would be nice to support it directly.

Yeah, you're right. The only way is probably to spawn a new process using child_process.

Thats a good alternative. Personally I think i am more to the flag/parameter version. Even though thats gonna leave us with two processes.

I think it is still applicable: https://github.com/project-chip/certification-tool-backend/blob/f60cf491ff0b1d19a4c115891bb9a321c97e7b64/app/schemas/test_run_execution.py#L52C1-L52C2

I think this one is still related: https://github.com/project-chip/certification-tool/issues/15#event-10825984608