Commit Graph

17 Commits

Author SHA1 Message Date
Denilson
aece11a87f Revert "Revert "Refactoring/Remove unused imports from tools folder"" 2022-07-13 08:37:42 -04:00
Denilson
f8114747cd Revert "Refactoring/Remove unused imports from tools folder" 2022-07-13 08:33:07 -04:00
afrokick
094cb6b322 remove unused imports from tools 2022-07-06 19:27:53 +03:00
Renan Castro
6f8029eb2e Fix browserstack tests - remove testing for IE 9.
- upgrade dev bundle for final version of meteor/babel
2022-02-18 14:37:58 -03:00
filipenevola
3d643b8a00 Fix typo in comment 2021-03-27 09:57:22 -04:00
denyhs
2c57504398 -Trying to run Browserstack inside Circle CI 2020-09-19 19:32:38 -04:00
denyhs
2ec3f13e6f -Trying to run Browserstack inside Circle CI 2020-09-19 19:14:08 -04:00
denyhs
525896b7a8 -Trying to run Browserstack inside Circle CI 2020-09-19 19:03:57 -04:00
denyhs
571cc01ca3 -Trying to run Browserstack inside Circle CI 2020-09-19 18:46:26 -04:00
denyhs
51a822bf69 -Trying to run Browserstack inside Circle CI 2020-09-19 18:23:24 -04:00
denyhs
5c34456e6a -Trying to run Browserstack inside Circle CI 2020-09-19 18:01:31 -04:00
denyhs
8d88f59639 -Trying to run Browserstack inside Circle CI 2020-09-19 17:36:46 -04:00
denyhs
27e6d32e2e - Inserting the word modules in the header part on the function _getClosureHeader
- Testing Safari in the version 11
2020-09-18 09:58:14 -04:00
filipenevola
f6f7751e54 #11064 App broken on iOS Safari 9 due to SyntaxError
- replaces the user to run Browserstack
2020-08-11 16:24:57 -04:00
Michael Newman
e0eb210194 Convert tools/utils/processes.js to tools/utils/processes.ts (#10627) 2019-07-25 17:34:13 -04:00
Ben Newman
5ed64fb1db Remove explicit .js extension from tools/fs/files imports. 2019-07-04 10:32:09 -04:00
Jesse Rosenberger
5475add47f Re-factor and re-enable BrowserStack Automate for meteor self-test.
Much of the infrastructure to run "self test" tests (those which test
core functionality of the `meteor` tool itself) in PhantomJS and
BrowserStack was already in place, though the BrowserStack portion had
been disabled some time ago, though the exact reason isn't entirely
clear.

BrowserStack could play an important roll in Meteor's future as Meteor
works to ensure that the bundle delivered to the client is appropriate
for that client's capabilities, including appropriate polyfills to
implement functionality not natively available in the browser (e.g.
ECMAScript features, SockJS, etc.).
2017-11-29 21:40:00 +02:00