This file contains hidden or 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
| Loaded plugins: priorities, update-motd, upgrade-helper | |
| 4627 packages excluded due to repository priority protections | |
| repo id repo name status | |
| !amzn-main/latest amzn-main-Base enabled: 5,493 | |
| amzn-main-debuginfo/latest amzn-main-debuginfo disabled | |
| amzn-nosrc/latest amzn-nosrc-Base disabled | |
| amzn-preview/latest amzn-preview-Base disabled | |
| amzn-preview-debuginfo/latest amzn-preview-debuginfo disabled | |
| !amzn-updates/latest amzn-updates-Base enabled: 931 | |
| amzn-updates-debuginfo/latest amzn-updates-debuginfo disabled |
This file contains hidden or 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
| FROM lightsofapollo/ubuntu-node | |
| RUN apt-get update | |
| RUN apt-get install -y curl nano zip git | |
| RUN npm install -g mocha grunt-cli | |
| COPY config /suite/config/ | |
| COPY log /suite/log/ | |
| COPY reporters /suite/reporters/ | |
| COPY test /suite/test/ |
This file contains hidden or 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
| // cep-config.js | |
| //grunt-cep version of https://github.com/Adobe-CEP/Samples/tree/master/CEP_HTML_Test_Extension | |
| module.exports = { | |
| bundle: { | |
| version: '1.0', | |
| id: 'com.adobe.CEPHTMLTEST', | |
| name: 'CEPHTMLTEST', | |
| author_name: 'James MacDonald', | |
| //mxi_icon: 'src/TeEx_HTML_TEST_23x23_N.png', |
This file contains hidden or 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <packages> | |
| <package id="goolgechrome"/> | |
| <package id="sublimetext3"/> | |
| <package id="cmder"/> | |
| <package id="nodejs.install"/> | |
| <package id="git"/> | |
| <package id="steam"/> | |
| <package id="keepass"/> | |
| <package id="robomongo"/> |
NewerOlder