Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Issue 8528012: Introduce Pyauto tests for Quasar (Google Talk Extension). (Closed)

Created:
9 years, 1 month ago by wud
Modified:
8 years, 10 months ago
Reviewers:
frankf, Nirnimesh
CC:
chromium-reviews, Nirnimesh, John Grabowski, Erik does not do reviews, mihaip+watch_chromium.org, Aaron Boodman, anantha, dyu1, Paweł Hajdan Jr., dennis_jeffrey
Visibility:
Public.

Description

Introduce Pyauto tests for Quasar (Google Talk Extension). Not including in continous build until confident that flakiness is addressed. (Old issue at: http://codereview.chromium.org/8477044/; having trouble re-attaching)

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 74

Patch Set 6 : '' #

Total comments: 6

Patch Set 7 : '' #

Total comments: 8

Patch Set 8 : '' #

Total comments: 2

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+685 lines, --1 lines) Patch
A chrome/test/data/extensions/gtalk/gtalk.crx View 1 2 3 4 5 Binary file 0 comments Download
A chrome/test/functional/gtalk/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/functional/gtalk/gtalk_base_test.py View 1 2 3 4 5 6 7 8 1 chunk +254 lines, -0 lines 0 comments Download
A chrome/test/functional/gtalk/jsutils.js View 1 2 3 4 5 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/test/functional/gtalk/pyauto_gtalk.py View 1 2 3 4 5 6 7 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/test/functional/gtalk/test_basic.py View 1 2 3 4 5 6 7 1 chunk +298 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
wud
(Note: I'm lost the old gcl change and I'm having trouble uploading to the old ...
9 years, 1 month ago (2011-11-10 23:37:20 UTC) #1
Nirnimesh
http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py#newcode14 chrome/test/functional/gtalk/gtalk_base_test.py:14: import random unused http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py#newcode15 chrome/test/functional/gtalk/gtalk_base_test.py:15: import sys unused http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py#newcode16 ...
9 years, 1 month ago (2011-11-11 01:01:20 UTC) #2
frankf
http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py#newcode185 chrome/test/functional/gtalk/gtalk_base_test.py:185: tab: The data object for the tab. more descriptive ...
9 years, 1 month ago (2011-11-11 01:35:03 UTC) #3
wud
Sorry for all the style issues; thanks for the teachings! http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): http://codereview.chromium.org/8528012/diff/2008/chrome/test/functional/gtalk/gtalk_base_test.py#newcode14 ...
9 years, 1 month ago (2011-11-17 21:17:53 UTC) #4
Nirnimesh
I'm sorry this CL somehow slipped through the cracks. I have a couple of comments ...
9 years ago (2011-11-30 23:57:36 UTC) #5
frankf
I mistakenly commented on the old CL: http://codereview.chromium.org/8477044/. Please close this one.
9 years ago (2011-12-05 20:43:18 UTC) #6
wud
Thanks! http://codereview.chromium.org/8528012/diff/8001/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): http://codereview.chromium.org/8528012/diff/8001/chrome/test/functional/gtalk/gtalk_base_test.py#newcode143 chrome/test/functional/gtalk/gtalk_base_test.py:143: return None; On 2011/11/30 23:57:36, Nirnimesh wrote: > ...
9 years ago (2011-12-13 19:36:24 UTC) #7
Nirnimesh
http://codereview.chromium.org/8528012/diff/16001/chrome/test/functional/gtalk/pyauto_gtalk.py File chrome/test/functional/gtalk/pyauto_gtalk.py (right): http://codereview.chromium.org/8528012/diff/16001/chrome/test/functional/gtalk/pyauto_gtalk.py#newcode21 chrome/test/functional/gtalk/pyauto_gtalk.py:21: import pyauto_functional Actually, I meant: from pyauto_functional import Main ...
9 years ago (2011-12-13 20:03:25 UTC) #8
wud
http://codereview.chromium.org/8528012/diff/16001/chrome/test/functional/gtalk/pyauto_gtalk.py File chrome/test/functional/gtalk/pyauto_gtalk.py (right): http://codereview.chromium.org/8528012/diff/16001/chrome/test/functional/gtalk/pyauto_gtalk.py#newcode21 chrome/test/functional/gtalk/pyauto_gtalk.py:21: import pyauto_functional Ah, thanks! Done. On 2011/12/13 20:03:25, Nirnimesh ...
9 years ago (2011-12-13 20:54:08 UTC) #9
Nirnimesh
LGTM http://codereview.chromium.org/8528012/diff/21001/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): http://codereview.chromium.org/8528012/diff/21001/chrome/test/functional/gtalk/gtalk_base_test.py#newcode254 chrome/test/functional/gtalk/gtalk_base_test.py:254: return 30000; nit: remove ;
9 years ago (2011-12-13 21:06:40 UTC) #10
wud
Thanks for the review and for all the teachings! :) http://codereview.chromium.org/8528012/diff/21001/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): http://codereview.chromium.org/8528012/diff/21001/chrome/test/functional/gtalk/gtalk_base_test.py#newcode254 ...
9 years ago (2011-12-13 21:22:01 UTC) #11
frankf
Please take a look at the comments I made in the old CL, for example ...
9 years ago (2011-12-13 22:00:20 UTC) #12
wud
9 years ago (2011-12-16 23:16:17 UTC) #13
On 2011/12/13 22:00:20, frankf wrote:
> Please take a look at the comments I made in the old CL, for example we don't
> need to hack around browser actions anymore.

Thanks; addressed all comments except for using the BA icon.
For that, I seem to having some trouble getting the latest code ("gclient sync"
doesn't give me a version containing your "TriggerBrowserActionById" code).
I'm out for a couple weeks, so I'll take a look in January.

Powered by Google App Engine
This is Rietveld 408576698