Allure reporting | automatic generate html report | browser loading issue resolved | Part 2

preview_player
Показать описание
#webdriverio_typescript_series #appium #typescript #automationtesting
#webautomation #mobiletesting #webdriverio
This video will explain on how to integrate Allure reporting | automatic generate html report | browser loading issue resolved | Part 2

To setup appium, appium inspector, android and ios simulators, refer these following blog posts -

Full webdriverio playlist -

Selenium java complete series -

Subscribe to this channel -

Blog posts -

Make me awake & feel fresh always, so I can bring lot's of interesting topics for you all, Buy me a coffee?

Thank you for watching!
Рекомендации по теме
Комментарии
Автор

It still didn’t resolve the loading issue for index.html file in my local machine folder.. it still runs on webServer only

priyankagarg
Автор

In windows loading problem is not solved can u create a video for me how to solve loading problem in windows
.

mohdumarkhan
Автор

Thank you!! I don't know why I am not able to open the html file still I can see Loading.... after doing your suggested setting chrome.exe --allow-file-access-from-file

nikhilgupta
Автор

Hi, I'm using wdio with appium for mobile automate. when i put "onComplete" to wdio.conf.ts I got error "require is not defined in ES module scope" idk how to fix it.

juggridchetwichian
Автор

Hi,
I am using window and I didn't find the Application folder path as mentioned in WebMO, So I have gone to Application folder from Program file
path - C:\Program then I have run command from the terminal but still index.html file in my local machine folder is loaded.

amitagrawal
Автор

How to avoid this accessing local files option? if we want to automate. Each time i cannot be running chrome.exe

bhargavsr
Автор

Add this const generation = allure(['generate', '--single-file', 'allure-results', '--clean', '-o', 'allure-report']) then it will create allure report with no issues in oncomplete hook up.

HariPrasad