Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run Load Assessment Tool #22

Open
npnigro opened this issue Mar 11, 2021 · 4 comments
Open

Can't run Load Assessment Tool #22

npnigro opened this issue Mar 11, 2021 · 4 comments

Comments

@npnigro
Copy link

npnigro commented Mar 11, 2021

I'm unable to run the Load Assessment Tool script. You mention Setup_Load_Test.ps1 in a few issues but I don't see it anywhere. When the Chrome browser opens, the URL and dashboard are empty. In looking in the debugging mode of Chrome (see below), it seems like the last line of the script isn't passing the arguments to Chrome.

image

@npnigro npnigro changed the title Can't run Can't run Load Assessment Tool Mar 11, 2021
@furmangg
Copy link

Can you include the contents of your JSON files?

@npnigro
Copy link
Author

npnigro commented Mar 11, 2021

thanks for the quick reply!

PBIReport.json:

reportParameters= {
  "reportUrl": "",
  "sessionRestart": 100,
  "thinkTimeSeconds": 1
};

//see DemoLoadTest1/PBIReport.JSON and DemoLoadTest2/PBIReport.JSON for examples of how to define which page it should show, which bookmarks to click through, which filters and slicers to select

PBIToken.JSON

accessToken='{"PBIToken":"LOOKS LIKE A VALID TOKEN"}';

@npnigro
Copy link
Author

npnigro commented Mar 11, 2021

Those are the contents of the JSON files from the sub directory created by the script. Clearly the report URL is missing! Not sure why though.

@npnigro
Copy link
Author

npnigro commented Mar 12, 2021

p.s. The script prints out to the console a valid report URL and filters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants