Masquerade is not showing in the market place

@artamonov I’m new to the Cuba Platform And Masquerade UI Testing in general. I’m using 2020.2 version of cuba studio in Pakistan and Masquerade is not showing in the market place. can you guide me on how can I use it with my cuba setup.

Hello!

Masquerade is not an add-on and cannot be installed from the marketplace. Take a look at the Getting started section. Note that the Bintray repository is going to end of life, use the following repository:

maven {
    url 'https://repo.cuba-platform.com/content/groups/work'
    credentials {
        username(rootProject.hasProperty('repoUser') ? rootProject['repoUser'] : 'cuba')
        password(rootProject.hasProperty('repoPass') ? rootProject['repoPass'] : 'cuba123')
    }
}