@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:
- FastDev has been removed in newer versions and therefore can’t be used: https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Atlassian-Plugin-Test-Console-and-QuickReload/qaq-p/371152
- The plugin test console depends on FastDev and is therefore unusable. However workarounds exist: Atlassian Plugin Test Console - what happened to it? - #5 by victor
- In theory the plugin test console can be used again with quick reload and a version of AMPS 8.1.1 [AMPS-1530] - Ecosystem Jira. Because I wasn’t able to get quick reload running it all I haven’t tested it.
- Remote Test: This should also be working again with AMPS 8.1.1: [AMPS-1504] - Ecosystem Jira
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.