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
+12-1
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,15 @@ I have also built in support for action caching so that you can keep your applic
9
9
10
10
The code quality isn't as high as I would like and I have taken some shortcuts. I would love any help or input. :)
11
11
12
-
A new test is a made up of a locale.yml file and or a collection of new views. The local file can override any translations that are in use and the views are direct replacements for views in the core app (BASELINE).
12
+
A new test is a made up of a locale.yml file and or a collection of new views. The local file can override any translations that are in use and the views are direct replacements for views in the core app (BASELINE).
A file named split_tests.yml will be created in your config folder. This is where you will define the tests you want to run and what percentage of the traffic they should receive.
20
+
21
+
A folder named "split" will be created in your test folder. This is where the actual configuration of the split tests will go.
22
+
23
+
Please see my demo app for an example: https://github.com/jhubert/split-tested-app-demo
0 commit comments