to run the test “iModelWriteTest” #128
-
I am studying iModelJs cloned from https://github.com/imodeljs/imodeljs.git and want to run the test “iModelWriteTest” For this I added an entry in launch.json (the only change I add) the breakpoint is hit i do not get any AccesToken then I get the message Error: Browser is not downloaded. Run "npm install" or "yarn install" Then I do “rush clean” then " rush install" then "rush build" 10x and debug but get the same error. Why ?
Do I need some credentials to run the mentioned test, because it is a integration test. When yes then please give us a dummy user & pw & … Or tell us how to create a test user Regard |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
These tests are currently not setup to be run as-is, and require a fair bit of configuration. You would have to setup a project with appropriate access to test users, and configurate the environment listed in tools/oidc-signin-tool/src/TestUsers.ts for these tests to work. |
Beta Was this translation helpful? Give feedback.
-
thank |
Beta Was this translation helpful? Give feedback.
These tests are currently not setup to be run as-is, and require a fair bit of configuration. You would have to setup a project with appropriate access to test users, and configurate the environment listed in tools/oidc-signin-tool/src/TestUsers.ts for these tests to work.