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
Copy file name to clipboardExpand all lines: README.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,23 +46,3 @@ make teardown-integration-tests
46
46
The Integration tests are regular JUnit tests going against the Selenium container, which can be run in debug mode in your IDE as well. Location: `selenium-tests/src/test/java/com/nuodb/selenium`. Make sure you run `make setup-integration-tests` beforehand.
47
47
48
48
To monitor the UI while the tests are running, go to this URL: `http://localhost:7900/?autoconnect=1&resize=scale&password=secret`
49
-
50
-
# Run embedded Integration Tests in a Selenium Docker container (Production tests)
51
-
52
-
Run tests like this:
53
-
54
-
```
55
-
MVN_TEST="com/nuodb/selenium/basic/**" make run-smoke-tests-docker
56
-
```
57
-
58
-
Following environment variables can be modifed (showing the default):
59
-
60
-
```
61
-
TEST_ORGANIZATION=integrationtest
62
-
TEST_ADMIN_USER=admin
63
-
TEST_ADMIN_PASSWORD=passw0rd
64
-
65
-
Following environment variables are required when running the docker container directly:
66
-
CP_URL - URL to the NuoDB DBaaS Control Plane, i.e. http://localhost:8081
67
-
URL_Base - URL to the NuoDB WebUI, i.e. http://localhost
0 commit comments