Skip to content

Releases: uchagani/junit-playwright

Release v3.0.2

29 Jan 01:30
a39ff87
Compare
Choose a tag to compare

This release uses the class name + display name as the trace file names.

Releaes v3.0.1 - DO NOT USE

08 Nov 04:19
Compare
Choose a tag to compare

THIS RELEASE HAS A BUG WITH PARAMETERIZED TESTS. USE 3.0.2 INSTEAD.
Breaking change: Trace files names now include the parameter type being passed in.

Release v2.2.5

15 Apr 02:26
18e3ecd
Compare
Choose a tag to compare

Bug fixes

Release v2.2.4

14 Apr 12:41
1fdc955
Compare
Choose a tag to compare

Bug fixes

Release v2.2.3

12 Apr 15:29
4df4601
Compare
Choose a tag to compare

Bug fixes for using this extension from another extension.

Release v2.2.2

11 Apr 22:59
61c0b8c
Compare
Choose a tag to compare

Expose BrowserConfig and RestConfig getters

Release v2.2.1

11 Apr 22:12
79ffae2
Compare
Choose a tag to compare

Bug fixes

Release v2.1

11 Apr 12:14
f59686a
Compare
Choose a tag to compare

Fixes bug with not being able to use multiple APIRequestContexts in the same test.

Release v2.0

11 Apr 03:06
fbe96c4
Compare
Choose a tag to compare

Release v2.0 brings some breaking changes. See readme for details.

  • Adds ability to inject APIRequestContext to enable API testing.

Release v1.3

04 Apr 14:26
56e315a
Compare
Choose a tag to compare

This release brings the following features:

  • Adding support for Java 8+
  • Exposing methods of this extension so they can be used in other extensions.