Posts

Showing posts with the label Allure

Endless loading screen when open Allure report using Chrome / Internet explorer browser

Image
Problem:   Endless loading screen when open Allure report using Chrome / Internet explorer browser This means that report data failed to load.  Possible solutions: When opening the report from the local file, either open it in Firefox or launch Chrome with the   --allow-file-access-from-files  flag. For other browsers, you need to enable cross-origin requests to local files. Windows Exit any running-instance of chrome. Find the shortcut you normally use to launch chrome. Create a copy of it Right click on the new shortcut, and select  Properties At the very end of the  Target:  text box, add a space and then the desired command line flags ( --allow-file-access-from-files ) Upload the report to the web server and open it from there If you get a 404 error from the remote server, check logs in order to verify that the report was built successfully. If your test framework is JUnit, check that you're using version 4. Allure is inco...