Skip to content
Snippets Groups Projects
Commit 0eb8a3e2 authored by s87777's avatar s87777
Browse files

Test29

parent 39977add
No related branches found
No related tags found
No related merge requests found
Pipeline #50226 failed
......@@ -7,6 +7,7 @@ describe("User Management Test", function () {
beforeEach(async function () {
console.log("Selenium Testing Server: " + process.env.APP_TESTS_REMOTE_WEB_DRIVER_URL);
console.log("React-Rest Anbindung: " + process.env.REACT_APP_API_SERVER_URL)
driver = await new Builder().forBrowser("chrome").usingServer(`${process.env.APP_TESTS_REMOTE_WEB_DRIVER_URL}`).setChromeOptions(new chrome.Options().headless().windowSize({width: 1920, height: 1080})).build();
await driver.get(`http://localhost:3000`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment