E2T allows you to perform exploratory testing campaigns on your website.
Launch the server:
cd e2t
docker-compose up --build
Build the chrome plugin:
cd e2t/chromePlugin
npm run debug
Then, follow the instructions there in order to install the plugin located in e2t/chromePlugin/dist
in Chrome.
Open the Chrome Extension and create campaign.
Other testers can join an existing campaign by using the campaign id.
Click the Record button to start and record an expedition.
Open a browser http://localhost/YOUR-CAMAPAIGN-ID and look if the performed expeditions are new (high level of entropy) or not so new.
This may help you to better explore and then make better exploratory tests.