-
Download Sketch Measure Plugin here: Link
-
Once you UX spec is ready for export, use Sketch Measure Plugin to export the measurements into a folder with an index.html file.
-
Clone this repository
git clone https://github.com/mozilla/testpilot-assets.git
-
Move the exported measurement folder into the repository locally (move it inside the experiment you are working on)
-
Update your changes to the repository
git add . git commit -m "comments about your changes" git push origin master
-
Now your measurement is in the github repository, find the link to your measurement (where your index.html is). For example, if your index.html is in this path:
https://github.com/mozilla/testpilot-assets/tree/master/Experiment_Name/Your_Folder
then you can view your measurement in this link:
https://mozilla.github.io/testpilot-assets/Experiment_Name/Your_Folder
-
Add your link to the README file and it will be updated to the github page.
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.