Feature request
Currently the e2e tests are automated in CI and run only on Linux containers. This is great but does not reflect the different platforms we intend kn users to utilize. As a user client tool, we should expect more users to actually use Windows and Mac OS X as their execution platform.
In addition, some issues have already surfaced that are specific to the user’s platform. In particular when it comes to kn plugins. See issues #738 #733 and #417.
Use case
- running plugins on the Windows platform
- running
kn from the downloaded binary
In all of these cases, and solutions to issues above, we ideally would need to have e2e tests specific to the platform and running these tests in CI.
/kind bug
Feature request
Currently the e2e tests are automated in CI and run only on Linux containers. This is great but does not reflect the different platforms we intend
knusers to utilize. As a user client tool, we should expect more users to actually use Windows and Mac OS X as their execution platform.In addition, some issues have already surfaced that are specific to the user’s platform. In particular when it comes to
knplugins. See issues #738 #733 and #417.Use case
knfrom the downloaded binaryIn all of these cases, and solutions to issues above, we ideally would need to have e2e tests specific to the platform and running these tests in CI.