Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteaf27ff

Browse files
committed
update changelog with testrunner path
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent08d7820 commiteaf27ff

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

‎CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,31 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
5252

5353
##[0.3.0]
5454

55-
- Validate the extension version against the tutorial config version. This should allow us to manage breaking changes in tutorial schema in upcoming versions
55+
- Validate the extension version against the tutorial config version. This should allow us to manage breaking changes in tutorial schema in upcoming versions. See[node-semver](https://github.com/npm/node-semver#advanced-range-syntax) for possible version ranges and options.
56+
57+
```json
58+
{
59+
"config": {
60+
"appVersions": {
61+
"vscode":"<0.2"
62+
},
63+
}
64+
```
65+
66+
- Configure the CodeRoad to load and run in a different directory. The example below will:
67+
- load a commit and run npm install to setup the test runner in its own folder.
68+
- run "npm test" in the \$ROOT/coderoad directory on save
69+
70+
```json
71+
{
72+
"config": {
73+
"testRunner": {
74+
"command":"npm test",
75+
"path":"coderoad",
76+
"actions": {
77+
"commits": ["a974aea"],
78+
"commands": ["cd coderoad && npm install"]
79+
}
80+
},
81+
}
82+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp