Skip to content

Commit 4b59fcc

Browse files
fix: stability improvements (#12)
* Added upgraded testing library + fixed tests + added destroy path + added destroy for alias * Added additional testing criteria (apply and destroy validation) for android-studio, asdf, and aws resources * Improved ssh config and separated the hosts parameter into a stateful parameter + fixed tests * Added improved testing for nvm, homebrew, jenv, git-lfs, git-clone and pgcli * Added improved testing pyenv * Fixed bugs in alias resource + improved tests. Improved pyenv tests * Added modification testing * Improved path tests + bumped to new test library version with fixes * Fixed ANSI returns, fixed tests. Improvements for terraform, ssh-key. Removed TERM_PROGRAM env var which adds ANSI escape sequences. Tests for vscode, terraform, ssh-key, pyenv. * Fixed homebrew casks installing when a program already exists and then erroring out * Fix casks bug * Fix casks parameter bug with new lines in the JSON. Added command mode unix2003 to codify spawn.
1 parent 5f5ce99 commit 4b59fcc

49 files changed

Lines changed: 1662 additions & 676 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.run/build.run.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="build" type="js.build_tools.npm" nameIsGenerated="true">
3+
<package-json value="$PROJECT_DIR$/package.json" />
4+
<command value="run" />
5+
<scripts>
6+
<script value="build" />
7+
</scripts>
8+
<node-interpreter value="project" />
9+
<envs />
10+
<method v="2" />
11+
</configuration>
12+
</component>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="test:integration:dev -- $FilePathRelativeToProjectRoot$" type="js.build_tools.npm" nameIsGenerated="true">
3+
<package-json value="$PROJECT_DIR$/package.json" />
4+
<command value="run" />
5+
<scripts>
6+
<script value="test:integration:dev" />
7+
</scripts>
8+
<arguments value="-- $FilePathRelativeToProjectRoot$" />
9+
<node-interpreter value="project" />
10+
<envs />
11+
<method v="2" />
12+
</configuration>
13+
</component>

.run/test_integration_dev.run.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="test:integration:dev" type="js.build_tools.npm" nameIsGenerated="true">
3+
<package-json value="$PROJECT_DIR$/package.json" />
4+
<command value="run" />
5+
<scripts>
6+
<script value="test:integration:dev" />
7+
</scripts>
8+
<node-interpreter value="project" />
9+
<envs />
10+
<method v="2" />
11+
</configuration>
12+
</component>

0 commit comments

Comments
 (0)