Skip to content

Releases: getgauge/taiko

taiko v1.1.2

06 Jan 13:01
30fce99
Compare
Choose a tag to compare
  • #1770 - #1769 Allow continue to not accept object
  • #1765 - Bump eslint-plugin-prettier from 3.3.0 to 3.3.1
  • #1764 - Bump markdown-it-anchor from 6.0.1 to 7.0.0
  • #1763 - Bump eslint from 7.16.0 to 7.17.0
  • #1760 - Update chromium to revision 836581

taiko v1.1.1

31 Dec 09:47
1a18bbb
Compare
Choose a tag to compare
  • #1759 - Clean up actions and wait for element to be connected before actions
  • #1755 - Bump devtools-protocol from 0.0.839121 to 0.0.839267
  • #1754 - Bump devtools-protocol from 0.0.837676 to 0.0.839121
  • #1750 - Bump eslint-config-prettier from 7.0.0 to 7.1.0
  • #1749 - Bump eslint from 7.15.0 to 7.16.0
  • #1748 - Bump markdown-it from 12.0.3 to 12.0.4
  • #1746 - Bump devtools-protocol from 0.0.836089 to 0.0.837676
  • #1743 - Bump @babel/parser from 7.12.10 to 7.12.11
  • #1742 - Update chromium to revision 834178
  • #1739 - Bump husky from 4.3.5 to 4.3.6
  • #1738 - Bump eslint-plugin-prettier from 3.2.0 to 3.3.0
  • #1737 - Bump devtools-protocol from 0.0.835626 to 0.0.836089
  • #1736 - Bump commander from 6.2.0 to 6.2.1
  • #1735 - Bump sinon from 9.2.1 to 9.2.2
  • #1734 - Bump typescript from 4.1.2 to 4.1.3
  • #1731 - Move to Github discussions
  • #1727 - Bump devtools-protocol from 0.0.835015 to 0.0.835626
  • #1726 - Bump ini from 1.3.5 to 1.3.7
  • #1725 - Cleanup connections
  • #1724 - Bump @babel/parser from 7.12.7 to 7.12.10
  • #1723 - #1643 taiko should error when alert has no handler
  • #1722 - Bump devtools-protocol from 0.0.834467 to 0.0.835015
  • #1721 - Do not modify the protocol if mentioned in goto
  • #1719 - Bump markdown-it from 12.0.2 to 12.0.3
  • #1718 - Bump husky from 4.3.0 to 4.3.5
  • #1717 - Bump devtools-protocol from 0.0.832784 to 0.0.834467
  • #1659 - Making DropDownWrapper extend MultiValueWrapper

taiko v1.1.0

08 Dec 04:07
97c379d
Compare
Choose a tag to compare
  • #1716 - remove hub actions
  • #1714 - Bump eslint from 7.14.0 to 7.15.0
  • #1713 - Bump eslint-config-prettier from 6.15.0 to 7.0.0
  • #1712 - Bump lint-staged from 10.5.2 to 10.5.3
  • #1711 - Bump eslint-plugin-prettier from 3.1.4 to 3.2.0
  • #1710 - Bump devtools-protocol from 0.0.832201 to 0.0.832784
  • #1709 - Selenoid support
  • #1708 - Bump devtools-protocol from 0.0.831461 to 0.0.832201
  • #1706 - Bump prettier from 2.2.0 to 2.2.1
  • #1705 - Bump devtools-protocol from 0.0.829642 to 0.0.831461
  • #1702 - Bump lint-staged from 10.5.1 to 10.5.2
  • #1701 - Upgrade npm packages
  • #1700 - Bump @babel/parser from 7.12.5 to 7.12.7
  • #1699 - Bump eslint from 7.13.0 to 7.14.0
  • #1698 - Bump devtools-protocol from 0.0.829242 to 0.0.829642
  • #1697 - docs: add taiko-video plugin to plugin docs
  • #1696 - Bump prettier from 2.1.2 to 2.2.0
  • #1695 - Bump typescript from 4.0.5 to 4.1.2
  • #1694 - Bump debug from 4.2.0 to 4.3.1
  • #1693 - Bump devtools-protocol from 0.0.828856 to 0.0.829242
  • #1692 - Bump markdown-it-anchor from 6.0.0 to 6.0.1
  • #1691 - Bump dtslint from 4.0.5 to 4.0.6
  • #1688 - Add plugin documentation
  • #1686 - Bump devtools-protocol from 0.0.828424 to 0.0.828856
  • #1685 - Bump devtools-protocol from 0.0.827510 to 0.0.828424
  • #1683 - Bump devtools-protocol from 0.0.826646 to 0.0.827510
  • #1682 - Update chromium to revision 823078
  • #1681 - Bump eslint-plugin-jest from 24.1.0 to 24.1.3
  • #1680 - #1604 dont close page on windows headful mode
  • #1678 - Bump devtools-protocol from 0.0.825619 to 0.0.826646

taiko v1.0.28

11 Nov 07:25
1743920
Compare
Choose a tag to compare

Features

  • #1655 - Match input with placeholders

Bug Fixes

None

taiko v1.0.27

11 Nov 01:44
4693903
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #1667 - Pass proper retry interval/timeout to ElementWrapper.elements

taiko v1.0.26

28 Oct 09:14
18c5170
Compare
Choose a tag to compare

Features

  • #1602 - Add support for multi-select Drop downs

Bug Fixes

  • #1617 - Make openTab to open a new tab in current browser context

taiko v1.0.25

14 Oct 17:33
64eb6f6
Compare
Choose a tag to compare

Features

  • #1588 - #1557 Update $ selector to take a callback

Bug Fixes

  • #1593 - Update scroll to nearest
  • #1583 - Fix text search for special char

taiko v1.0.24

05 Oct 12:10
04d429b
Compare
Choose a tag to compare

Features

  • #1537 - #1511 add within proximity selector
  • #1535 - Add regex support for text() API

Bug Fixes

  • #1550 - #1499 bubble events for checkBox and radioButton API
  • #1536 - Fix typescript typings

taiko v1.0.23

14 Sep 05:26
4fd3a5f
Compare
Choose a tag to compare

Features

None

Bug Fixes

taiko v1.0.22

10 Sep 06:01
bcbc087
Compare
Choose a tag to compare

Features

  • #1486 - fix-1356 Add option to set wsDebugUrl to openBrowser API

Bug Fixes