Closed razvangoga closed 8 months ago
This is actually how it looks like in my environment:
Did you pushed everything?
Yes all is pushed - do you have docker running in the background? Some tests use tye configs that spin up containers.
In any case, you clone locally and use as a control the original tye repo
I have docker, we need to add additional info to readme to have docker installed (add volume to appdata) and install azure function tools, dapr cli and dapr init, tonight I will investigate it further, what I have seen so far was containers restarting many times.
2 tests are still not working. Downloading solution and installing all missing parts (e.g docker) gives 19 failing e2e test at starting point. Tests definitely doesn't provide fast feedback especially those e2e and are difficult to maintain, there are a lot of places to improve.
tests fixed, please check.
great job! i've left a couple of comments on the PR
on thing we should add to the readme (and it would be needed also for the CI pipeline is the exact list of prerequisites one would need to successfully run the unit tests locally)
so far we have:
I don't see any comments, dapr installed from https://docs.dapr.io/getting-started/install-dapr-cli/ + dapr init.
they are inline in the conversation tab of the PR
You should finish a review
try now
close the issue?
@drakon660 i've merged de PR. thank you for the effort!
I'm working as we speak on #7 to get a working action pipeline that runs the tests.