mwobensmith
5d9b6ddbe5
Merge dev to master ( #576 )
...
* Update pynput dependency to 1.4.2 (fixes #548 )
* Add the ability to rerun failed tests and save list
* Cleaning up
* Support test rerunning
* Change max tries for rerun from 5 to 3
* Pin to version 3.6.1 of flaky plugin
* Add flag for max tries per test (#570 )
2019-09-12 13:08:43 -07:00
Matt Wobensmith
662f26cf7b
Fix error for total test count
2019-09-09 18:05:11 -07:00
Matt Wobensmith
5bdc51c422
Fix error with test rerun detection
2019-09-09 18:05:11 -07:00
Matt Wobensmith
e65c39e232
Pin to version 3.6.1 of flaky plugin
2019-09-09 13:58:53 -07:00
Matt Wobensmith
fae45e519d
Change max tries for rerun from 5 to 3
2019-09-09 13:58:53 -07:00
Matt Wobensmith
75a94597b8
Support test rerunning
2019-09-09 13:58:53 -07:00
Matt Wobensmith
6a4832733d
Cleaning up
2019-09-09 13:58:53 -07:00
Matt Wobensmith
dc22873ccc
Add the ability to rerun failed tests and save list
2019-09-09 13:58:53 -07:00
Kimberly
ccc23c80ea
remove download files from bootstrap
2019-09-05 10:49:24 -07:00
Wes Kocher
e0113f5827
Update pynput dependency to 1.4.2 ( fixes #548 )
2019-08-30 10:15:30 -07:00
Abdur-RahmaanJ
81d314d64e
email_client.py - formatted strings
2019-08-27 09:01:47 -07:00
Abdur-RahmaanJ
bbec455023
email_client.py - formatted strings
2019-08-27 09:01:47 -07:00
Matt Wobensmith
74a52361d4
Latest Control Center files
2019-08-27 09:01:47 -07:00
Matt Wobensmith
2544a0ef01
Removing Firefox properties from core code
2019-08-16 13:11:19 -07:00
Wes Kocher
36b33b894d
Update the version requirement for mozlog in our Pipfile ( fixes #530 )
2019-08-16 09:08:53 -07:00
Matt Wobensmith
0b7e7a960f
Add property to base target to indicate whether run passed
2019-08-08 09:13:58 -07:00
Matt Wobensmith
07ebe29560
Allow project to run in non-Git environment
2019-08-08 09:13:58 -07:00
Matt Wobensmith
e814c1b5d1
Latest Control Center files
2019-08-05 18:51:14 -07:00
Matt Wobensmith
14f0d1e2ae
Fixing Pattern ctor argument from_path to bool type
2019-08-05 18:51:14 -07:00
Pankaj Patil
672d3700d2
Updated .gitignore file
2019-08-05 18:51:14 -07:00
Pankaj Patil
45a4746ba1
Deleted run_update_suite.sh
2019-08-05 18:51:14 -07:00
Wes Kocher
d2b2e0522e
Use shutils.get_terminal_size() instead of os.get_terminal_size()
...
When iris is running via taskcluster, os.get_terminal_size() throws an oserror. shutils.get_terminal_size() is a higher-level wrapper to os.get_terminal_size(), which falls back to some sane defaults when it fails to find the terminal size, so using it avoids the oserror.
2019-08-05 18:51:14 -07:00
mwobensmith
fc10edb2f0
Pinning some libraries to versions ( #513 )
2019-08-01 16:22:50 -07:00
mwobensmith
80f16ad63c
Fix path parsing issue on Windows ( #512 )
2019-08-01 16:22:50 -07:00
mwobensmith
ab840e04e7
Merge dev to master ( #505 )
...
* Better handling of exception string to avoid errors (#502 )
* Adding debug data messages
* Correcting type info
* Building exception string piece-by-piece
* Cleaning up and removing debug info
* Correcting path parsing issue (#503 )
* Issue 476a (#504 )
* Correcting path parsing issue
* Correcting typo
2019-07-30 13:38:45 -07:00
mwobensmith
c939e04dbc
Merge pull request #500 from mozilla/dev
...
Merge dev to master
2019-07-24 14:22:47 -07:00
mwobensmith
f52f483e45
Merge pull request #499 from mozilla/issue_483
...
Adding back -d argument to run test directory
2019-07-24 13:02:30 -07:00
Matt Wobensmith
dde49f5d15
Adding back -d argument to run test directory
2019-07-24 13:00:43 -07:00
mwobensmith
3d8f27a3c2
Merge pull request #498 from mozilla/issue_497
...
Fix -t flag to accept comma-delimited parameters
2019-07-23 10:07:46 -07:00
Matt Wobensmith
8239d3d6ef
Fix -t flag to accept comma-delimited parameters
2019-07-23 10:02:54 -07:00
mwobensmith
678edeeeb2
Merge pull request #495 from mozilla/issue_494
...
Added coverage for issue 494
2019-07-23 09:04:08 -07:00
mwobensmith
45a3655006
Merge pull request #496 from mozilla/issue_489
...
Added coverage for issue 489
2019-07-23 09:03:12 -07:00
paulprokhorovmoz
5610d96507
Fixed platform type recognition in create_run_log()
2019-07-19 16:07:39 +03:00
paulprokhorovmoz
572078b99b
Fix OSHelper.get_os_version() to return only string values.
2019-07-19 15:51:56 +03:00
mwobensmith
939b3f48ca
Merge pull request #493 from mozilla/dev
...
Merge dev to master
2019-07-18 13:59:36 -07:00
mwobensmith
d640302bb8
Merge pull request #492 from mozilla/issue_491
...
Updating CC files for lodash upgrade
2019-07-18 13:00:59 -07:00
Matt Wobensmith
8d9f9edb2e
Updating CC files for lodash upgrade
2019-07-18 12:59:41 -07:00
mwobensmith
9494ec2122
Merge pull request #490 from mozilla/issue_488
...
Allow -t flag to specify text file with test names
2019-07-18 11:32:07 -07:00
Matt Wobensmith
23aaca5b0b
Allow -t flag to specify text file with test names
2019-07-18 11:30:38 -07:00
mwobensmith
6e3af3ec8c
Merge pull request #487 from mozilla/issue_484
...
Quit Iris if no target specified
2019-07-17 11:58:39 -07:00
Matt Wobensmith
d3c0f1f318
Quit Iris if no target specified
2019-07-17 11:15:49 -07:00
Wes Kocher
acc2e839e6
Fix #485 - Paper over exception thrown when on a detached git HEAD
2019-07-12 15:30:24 -05:00
mwobensmith
b32ecc9cf9
Merge pull request #482 from mozilla/issue_477
...
Fix issue that causes error when generating email report
2019-07-09 16:40:48 -07:00
Matt Wobensmith
24cfdf0edf
Pass in repo root folder to Git method
2019-07-09 16:38:31 -07:00
mwobensmith
ffa557fb0e
Merge pull request #481 from mozilla/issue_480
...
Updating CC files for bootstrap issue
2019-07-05 11:59:44 -07:00
Matt Wobensmith
9ed26daf60
Updating CC files for bootstrap issue
2019-07-05 11:58:18 -07:00
mwobensmith
5d83a135ed
Merge pull request #479 from mozilla/issue_478
...
Updating CC for handlebars security issue
2019-07-05 11:47:21 -07:00
Matt Wobensmith
7b92316c49
Updating CC for handlebars security issue
2019-07-05 11:38:20 -07:00
mwobensmith
60da20f9ba
Merge pull request #475 from mozilla/issue_474
...
Enable Travis for master/dev branches
2019-07-02 12:06:47 -07:00
Matt Wobensmith
7e824770fd
Enable Travis for master/dev branches
2019-07-02 10:19:50 -07:00