Skip to content

Instantly share code, notes, and snippets.

@dataduke
Last active February 7, 2016 16:11
Show Gist options
  • Save dataduke/c181f36fbdc0d26546c1 to your computer and use it in GitHub Desktop.
Save dataduke/c181f36fbdc0d26546c1 to your computer and use it in GitHub Desktop.
.
|-- build.properties              # XLT java build properties
|-- build.xml                     # XLT java build configuration
|-- global_testdata.properties    # global testdata properties
|-- scripts
|   |-- modules.helper            # basic scripts
|   |-- modules.pages             # scripts for specific pages
|   |   |-- account               # scripts on Account pages
|   |   |-- cart                  # scripts on Cart page
|   |   |-- catalog               # scripts on Catalog pages
|   |   |-- checkout              # scripts on Checkout pages
|   |   |-- homepage              # scripts on Homepage
|   |   |-- minicart              # scripts on MiniCart popup
|   |   |-- productdetailpage     # scripts on ProductDetailPage
|   |   \-- search                # scripts for Searching
|   \-- tests
|       |-- account               # tests for Account pages
|       |-- cart                  # tests for Cart page
|       |-- catalog               # tests for Catalog pages
|       |-- checkout              # tests for Checkout pages
|       \-- search                # tests for Searches
\-- src
    \-- tests                     # XLT java wrapper classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment