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

Releases: Pararius/panther-actions

v0.1.2

21 Dec 08:59
53bb443
Compare
Choose a tag to compare
Fixed firing change event on filling input (#20)

v0.1.1: Improved error messages when finding form field (#19)

15 Dec 08:00
5d189a1
Compare
Choose a tag to compare
* Improved error messages when finding form field

* Improved xpaths for form fields

* Fixed phpstan issue

v0.1.0: Improved various compatibility and support (#18)

14 Dec 08:29
b1d733a
Compare
Choose a tag to compare
* Improved various compatibility and support

* cs

* Fix tests

* Use docker buildkit

* cs

* Try to enable php 7.4 again

* Revert "Try to enable php 7.4 again"

This reverts commit 78bb70fa2798c2e58d66657c8c016e3ce56e225e.

* removed noinspection hint

Support for contexts and support for placeholders

23 Nov 10:53
0aca3c4
Compare
Choose a tag to compare
  • You can now add a css selector for a number of actions. This helps with selecting a particular link / button that has a label that is used multiple times on the same page.
  • You can now use the field placeholder when filling in fields.

Fixing case insensitive Page Title Contains

28 Jun 15:54
ed8ae0e
Compare
Choose a tag to compare
Fixing page title contains, fixing behat example (#3)

* Fixing page title contains, fixing behat example

* cs-fix

Initial release

28 Jun 14:13
a2691bb
Compare
Choose a tag to compare
Adding behat implementation (#2)

* Adding behat implementation

* Fix possible null