alfy-test
alfy-test copied to clipboard
Test your Alfy workflows
I have an env variable APP_KEY which should come from Alfred workflow, but what should we do in the test? Could I set that in the test? I tried: 1....
https://github.com/SamVerschueren/alfy-test/pull/9#issuecomment-990706720
Not sure this package is still maintained, but anyway would be thankful for any help. I tried to use it to test my workflow and find out, that any time...
Hello! This section ([alfy-test/lib/main-file.js](https://github.com/SamVerschueren/alfy-test/blob/0077b1df844414dc484f8f9dbcd240dd26712bc8/lib/main-file.js#L7)) isn't finding my main file (alfred-worflow/index.js) by the provided that I have several `workflow.input.scriptfilter` objects. If I change `script = object.config.script` to `script = object.config.scriptfile` this...