Unable to find runner for integration test

@barbosa.s.alexandre It would be good to have an error messages or something else to know where you are stuck.

What I can tell you from my experience so far is that the tutorials for running plugin integration tests are a nightmare. They are outdated and mix several techniques. Here are my insights so far:

There are several methods for writing integration tests

  • Classical integration tests
  • Wired integration tests

Because wired integration tests are the newer ones and easier to configure they should be used. Have a look here for help with them: Bitbucket 2

There are also several methods for running integration tests

  • The classical atlas-integration-test command
  • FastDev and the Plugin Test Konsole
  • Quick Reload
  • Remote Test

Now it get’s confusing:

In my case I haven’t been able to use AMPS 8.1.1 because the dependencies won’t be resolved correctly then. But I am able to run wired integration tests with the classical atlas-integration-test command.