This project generates a user friendly way of viewing & managing the snapshots created by Adobe Edge Inspect.
DEMO LINK: http://edge.peterschmalfeldt.com - Permissions Disabled to Delete Snapshots
FEATURES:
- Responsive design adjusts to fit your device
- Filter Snapshots by Date, URL or Operating System
- View Snapshots using Lightbox
- Remove old Snapshot Groups that you no longer need
REQUIREMENTS:
- Adobe Edge Inspect - You'll want the Pro account if you are going to test multiple devices at the same time
- Google Chrome Extension - You'll need this to connect to your mobile devices
-
First you will need to configure PATH_TO_SNAPSHOTS in snapshots.php to point to where you have your snapshots folder. Ideally you should just create a symbolic link named "snapshots" in this folder that points to where your Adobe Edge folder is installed.
You can do this via command line using:
ln -s /Users/`whoami`/Documents/Edge\ Inspect /path/to/this/folder/snapshots
TIP: You can figure out where your Adobe Edge Inspect folder is located by using the Google Chrome extension and clicking the icon that opens the folder.
-
Access this web application from your browser. It will perform some checks to make sure you have everything setup correctly and offer suggestions if you did not.
-
I have noticed that some devices can contain special characters. When Adobe Edge Inspect does a screenshot of these devices, it can cause issues with the file names. To resolve this issue, I have created two files in the helpers folder that can be of use ( I personally use them on all computers setup with this application, as it greatly simplifies things ).
- The first file, clean.sh, is something that renames the files in the Edge Inspect folder to remove any special characters. If you are using OSX, you will not need to change this file, if you are using something else, you will need to change line two to point to where the Edge Inspect folder is located.
- The second file, Edge Inspect.workflow, is specific to OSX and is use to watch for changed in the Adobe Edge folder and automatically update the file names. This is what I am using as I do not need to remember to run the shell script each time, and it just works ;)
Shows all device Snapshots grouped by when they were taken. Easily navigate to previous snapshots with previous & next buttons.
Easily locate what you are looking for by filtering your Snapshots by Date, URL or Operating System.
View your Snapshots using Lightbox with immediate display of device details.
Use our viewer to easily remove old Snapshot Groups that you no longer need.