- Due to changes in #567 e2e tests started to fail as args where passed with spaces instead of args array. - Fix all args use so that spawn underneath uses plain array with proper args.
- Add new e2e group to samples which can be used with particular tests. - Relates #401