Hello! I’m trying to write tests for my plugin usi...
# plugin-development
i
Hello! I’m trying to write tests for my plugin using
TestKit
. Currently I’m observing difference between build results when I run
build
task using
TestKit
and when I’m running this task directly in the project. What is the most correct way to debug the difference in
TestKit
build environment and my dev environment? I could not find spec on how
TestKit
build environment looks like and how it differs from host one.
👌 1