Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from edx/zoldak/version-032
Browse files Browse the repository at this point in the history
Update to version 0.3.2
  • Loading branch information
Jesse Zoldak committed Oct 7, 2014
2 parents a851075 + ee59ce3 commit c669434
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ David Baumgold <david@davidbaumgold.com>
Dennis Jen <djen@edx.org>
Muhammad Ammar <mammar@gmail.com>
Ben Patterson <bpatterson@edx.org>
Minh-Tue Vo <minhtuev@gmail.com>
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.3.2 (10/7/14)

* Update selenium version to 2.42.1
* Save selenium driver logs on error
* Add capability for capturing HAR files of network traffic
* Do not take auto screenshots for skipped tests
* Add timeout in wait helpers
* Small bug fixes

v0.3.1 (7/16/14)

* Added docs for test-writing guidelines.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = '0.3.1'
VERSION = '0.3.2'
DESCRIPTION = 'UI-level acceptance test framework'
REQUIREMENTS = [
line.strip() for line in open("requirements.txt").readlines()
Expand Down

0 comments on commit c669434

Please sign in to comment.