You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to update readme doc with following information
A) After flash installation ensure that you project's manifest.json file contains flash in the Plugins list.
Something like :
{
"Language": "java",
"Plugins": [
"html-report",
"flash"
]
}
B) Where it find the flash report url
you can execute the specs using gauge run specs and open the URL shown in console output in browser.
C) How to make url static
Using FLASH_SERVER_PORT in flash.properties file
The text was updated successfully, but these errors were encountered:
It would be good to update readme doc with following information
A) After flash installation ensure that you project's
manifest.json
file containsflash
in the Plugins list.Something like :
{
"Language": "java",
"Plugins": [
"html-report",
"flash"
]
}
B) Where it find the flash report url
gauge run specs
and open the URL shown in console output in browser.C) How to make url static
The text was updated successfully, but these errors were encountered: