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
WIP: add flag to detect if UPS is on or off in accept tests (#341)
* add flag - i statement to run tests if ups is present or not
* test_decide_feature now has upn and no-ups version
* add a different function url_points_to_cluster
* add ups flag to test_decide__flag_key_parameter
* fix expected response
* add ups toggle to tests for ups save
* revert changes to test_ups.py file, readme addition
* cleanup
* separate ups and non-ups tests, remove if condition
Copy file name to clipboardExpand all lines: tests/acceptance/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,5 @@ Run tests
16
16
17
17
You can point `MYHOST` to any URL where agent service is located.
18
18
19
-
If you want to run an individual test add TEST variable in front like so:
20
-
`TEST="test_activate__disable_tracking" MYHOST="http://localhost:8080" make test-acceptance`
21
-
The TEST variable is based on Pytest's -k pattern matching flag so you can provide a full name of the test to only run that test, or a partial name which will run all tests that match that name pattern.
19
+
Tests contain a few tests that don't support user profile service. Those tests are intended to be used
20
+
by Optimizely at a different place and are therefore excluded from the main test run.
0 commit comments