@zohodesk/testinglibrary 0.2.3-exp.4 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/changelog.md +5 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Testing Framework
2
2
 
3
3
  ## Framework that abstracts the configuration for playwright and Jest
4
+ # 0.2.4
5
+ - Issue fixes on custom fixtures
6
+ - Page Fixture
7
+ - i18n Fixture
8
+
4
9
  # 0.2.1
5
10
  **Issue Fixes**
6
11
  - Fixes issue in actors configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.2.3-exp.4",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {