-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test adapter improvements #1524
Commits on Oct 14, 2016
-
modifications to mocha.js and some TestExecutor logic (#1334)
* have run_tests return structured result used by TestExecutor * have run_tests accept test data from stdin * run_tests receives test data over stdin * expose StandardOutput and disable async readline * TestExecutor receives test results over process StandardOutput * include testing framework in testInfo object sent to run_tests.js * comments * close readline interface after running test * revert ProcessOutput * use JsonConvert.DeserializeObject<TestResult>() instead * create GetTestResultFromProcess() method * use Process, copy over helper methods from ProcessOutput * close StandardInput after sending test info * include dependency for copied ProcessOutput method * launch node inside of RunTestCases instead * remove some debugging stuff * handle case if result is null * pass in streams as parameters to allow continual reading/writing * move setup logic to RunTests * only remove double quotes from test case info * move Process launch logic into function * mocha uses runner events to determine test pass/fail * get TestExecutor in working state, still launching one process per one test * get TextExecutor code into working state * fixes from PR feedback
Configuration menu - View commit details
-
Copy full SHA for 97a5d9e - Browse repository at this point
Copy the full SHA 97a5d9eView commit details
Commits on Oct 19, 2016
-
prepare run_tests to run multiple tests (#1355)
* prepare run_tests to run multiple tests * have tape.js run_tests use callback to return result * launch node if test run from 'run selected tests'
Configuration menu - View commit details
-
Copy full SHA for 3321602 - Browse repository at this point
Copy the full SHA 3321602View commit details
Commits on Oct 24, 2016
-
Have TestExecutor run multiple tests with a single instance of node (#…
…1383) * run_tests accepts a list of tests * mocha.js runs a list of tests and records duration * use full title for tests and initialize time to 0 * run ExportRunner tests with single node instance * close readline interface after tests are done * have ExportRunner tests record test duration * tape framework runs multiple tests with one node instance * enable TestExecutor to run multiple tests with one instance of node * add comment
Configuration menu - View commit details
-
Copy full SHA for 4a188f6 - Browse repository at this point
Copy the full SHA 4a188f6View commit details -
Update appveyor.yml to pick up #1388
This will make the branch build on appveyor.
Configuration menu - View commit details
-
Copy full SHA for 988745c - Browse repository at this point
Copy the full SHA 988745cView commit details
Commits on Nov 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8278208 - Browse repository at this point
Copy the full SHA 8278208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b050a - Browse repository at this point
Copy the full SHA 49b050aView commit details
Commits on Nov 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5baa46d - Browse repository at this point
Copy the full SHA 5baa46dView commit details
Commits on Nov 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 56ca7c5 - Browse repository at this point
Copy the full SHA 56ca7c5View commit details
Commits on Nov 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dbd2605 - Browse repository at this point
Copy the full SHA dbd2605View commit details
Commits on Nov 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 16f0bc5 - Browse repository at this point
Copy the full SHA 16f0bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efc985 - Browse repository at this point
Copy the full SHA 1efc985View commit details
Commits on Dec 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7349067 - Browse repository at this point
Copy the full SHA 7349067View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0acb7a - Browse repository at this point
Copy the full SHA a0acb7aView commit details
Commits on Dec 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ef497da - Browse repository at this point
Copy the full SHA ef497daView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf150b7 - Browse repository at this point
Copy the full SHA bf150b7View commit details
Commits on Dec 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c5d1310 - Browse repository at this point
Copy the full SHA c5d1310View commit details -
Configuration menu - View commit details
-
Copy full SHA for b189e21 - Browse repository at this point
Copy the full SHA b189e21View commit details
Commits on Apr 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 18c662f - Browse repository at this point
Copy the full SHA 18c662fView commit details -
Merge remote-tracking branch 'ozyx/test-adapter-improvements' into te…
…st-adapter-improvements
Configuration menu - View commit details
-
Copy full SHA for 25c3f8f - Browse repository at this point
Copy the full SHA 25c3f8fView commit details
Commits on Apr 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a931fc4 - Browse repository at this point
Copy the full SHA a931fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 759ad1b - Browse repository at this point
Copy the full SHA 759ad1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fbc3e - Browse repository at this point
Copy the full SHA a7fbc3eView commit details
Commits on Apr 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5cfb3e2 - Browse repository at this point
Copy the full SHA 5cfb3e2View commit details
Commits on Apr 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b40d16e - Browse repository at this point
Copy the full SHA b40d16eView commit details
Commits on May 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8ff4068 - Browse repository at this point
Copy the full SHA 8ff4068View commit details