Open AndreSteenveld opened 2 years ago
I'm probably missing something but where can I find the appveyor.yml
file? (https://www.appveyor.com/docs/build-configuration/#configuring-build)
I'm probably missing something but where can I find the
appveyor.yml
file? (https://www.appveyor.com/docs/build-configuration/#configuring-build)
There is no yml file yet. Everything worked with defaults so far, so the yml file was not necessary. If you need it and know how it works, feel free to create one.
I got appveyor working on my account but don't have access to your account so the builds will fail here until otherwise configured. I commited the appveyor.yml file in the root which seems to work.
Sorry, I was in the middle of things. Is this PR ready for review?
Yes, there are a few settings that need tweaking in appveyor settings to make sure it picks up the the yaml file over the settings configured in the GUI. (settings, nuget keys, etc) Other than that I think it is fine. I've produced a local nuget package to keep momentum I've built up in the project I wanted to use this for and so far haven't found issues.
Other than the stuff I mentioned in opening message of this PR I think this is OK. I would like to add a two features in the future;
{...}
processors, or at least making it easier to register your ownShould I create a few tickets for those?
Yes, please create the issue tickets for each request separately. Meanwhile, I will review this PR.
I have been busy and on vacation for the last two weeks so I haven't spent any time on this. Later this week I want to spend some time cleaning up the emoji feature files and making sure there is a relatively complete feature to test with emoji which will hopefully take away most of the noise from the project consumer.
@AndreSteenveld any news? I haven't heard back from you lately.
Before changing this I want to add a few more tests in emoji-lang to exercise all keywords (examples, rules, etc).
Stuff I've noticed and would like to address:
GherkinFeatureBuilder
which isn't used consistently