Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-26Fix #31437Sandeep Somavarapu
2017-07-21properly detect insiders for smoke testBenjamin Pasero
2017-07-20smoke test: only run multi root test against insiders editionBenjamin Pasero
2017-07-20Smoke test for multi root (#31059)Benjamin Pasero
2017-07-07Added missing asyncMichel Kaporin
2017-07-07Added waiting for viewlet to be opened.Michel Kaporin
2017-07-07Corrected rejection description.Michel Kaporin
2017-07-03Integrate smoketest-express project tasks 2.0 changes.Michel Kaporin
2017-06-30Update README.mdMichel Kaporin
2017-06-30Update README.mdMichel Kaporin
2017-06-30Fixes #29940Michel Kaporin
2017-06-30Added step to run npm installErich Gamma
2017-06-30Await waitMichel Kaporin
2017-06-29Info about screenshotsMichel Kaporin
2017-06-29Wait until git extension is loaded before checking for localized viewlet titleMichel Kaporin
2017-06-28Allow 3 trials to wait until editor is drawn.Michel Kaporin
2017-06-28Trying to fix #29731Michel Kaporin
2017-06-27More detailed error when obtaining editor text fails.Michel Kaporin
2017-06-27Updated readme after JS->TS refactorings.Michel Kaporin
2017-06-27Editor response is slower now, wait before navigating within it.Michel Kaporin
2017-06-26Do not screenshot until webdriver result is available.Michel Kaporin
2017-06-26Restore mocha --browserAlex Dima
2017-06-26Code tidy upMichel Kaporin
2017-06-26Refactored main.js to TSMichel Kaporin
2017-06-26Added markdown to trace all smoke test failures to understand their patterns....Michel Kaporin
2017-06-26Operate on sample extension for smoke test, instead of contributing to third-...Michel Kaporin
2017-06-26Added check for build task not to progress until it's been resolved.Michel Kaporin
2017-06-23Clean up formatting.Michel Kaporin
2017-06-23Provide more info about test failures thrugh catching more webdriverio except...Michel Kaporin
2017-06-23Determining editor line index for variables and folding dynamically.Michel Kaporin
2017-06-23Determine first change row index by traversing dom instead of hardcoding.Michel Kaporin
2017-06-23Added check for string in output, instead of querying the known element.Michel Kaporin
2017-06-23Traverse extensions viewlet when looking for an extension to install.Michel Kaporin
2017-06-23Determine staged count based on SCM viewlet text traversing. Add more error c...Michel Kaporin
2017-06-23JSON parse launch.json to determine whether program configuration was correct...Michel Kaporin
2017-06-23fix formatting errors in smoket testJoao Moreno
2017-06-23set up tslint for smoketest sourceJoao Moreno
2017-06-21Fixed waiting issue, added test retry number to screenshot path.Michel Kaporin
2017-06-15Removed exposure of require as it led to not working Spectron.Michel Kaporin
2017-06-15Simplified element waiting code.Michel Kaporin
2017-06-15Missing indication of requireName added as a follow up on 47794539771b5e755fe...Michel Kaporin
2017-06-15Expose require to Spectron if running smoke test.Michel Kaporin
2017-06-15Converted mocha-runner to TS, indicated to exit smoke test on mocha tests ter...Michel Kaporin
2017-06-15Correct screenshotting logic.Michel Kaporin
2017-06-14Added explanation where to look for test data.Michel Kaporin
2017-06-13Corrected necessary dependencies to match only minor versions #27537Michel Kaporin
2017-06-13Fail the test if the key binding was not found.Michel Kaporin
2017-06-13Adding correct command to open git viewlet as it was changed.Michel Kaporin
2017-06-08Resolves #27922Michel Kaporin
2017-06-07Pass extensions-dir as VS Code arg, instead of Chrome Driver one.Michel Kaporin