Last active
November 9, 2022 15:25
-
-
Save alexnj/56e6a1bed280d3111e623f7f6da4d139 to your computer and use it in GitHub Desktop.
Revised A/B spec - Demos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"control": { | |
"url": "https://todomvc.com/examples/react", | |
"cache": { | |
} | |
}, | |
"variants": [ | |
{ | |
"weight": 0.5, | |
"url": "https://todomvc.com/examples/react", | |
"transformations": [ | |
[1, "head", 3, "<link rel=\"canonical\" href=\"https://todomvc.com/examples/react/\" />"], | |
[1, "head", 3, "<base href=\"https://todomvc.com/examples/react/\" target=\"_blank\">"] | |
] | |
}, | |
{ | |
"weight": 0.5, | |
"url": "https://todomvc.com/examples/react", | |
"transformations": [ | |
[1, "head", 3, "<link rel=\"canonical\" href=\"https://todomvc.com/examples/react/\" />"], | |
[1, "head", 3, "<base href=\"https://todomvc.com/examples/react/\" target=\"_blank\">"], | |
[1, "head", 4, "<style>body{background:beige!important}</style>"], | |
[2, "h1", 0, "$.innerHTML=\"a/b test h1\";"], | |
[2, ".new-todo", 0, "$.placeholder=\"What would you like to do today?\""], | |
[2, ".todo-list>li", 0, "$.style.color=\"red\""] | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! Why didn't I do that? That should be my next step! 👍