@zohodesk/testinglibrary 0.1.0-exp.2 → 0.1.0-exp.3
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.
- package/Changelog.md +4 -0
- package/npm-shrinkwrap.json +52 -46
- package/package.json +3 -3
package/Changelog.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Framework that abstracts the configuration for playwright and Jest
|
|
4
4
|
|
|
5
|
+
# 0.1.0-exp.3
|
|
6
|
+
|
|
7
|
+
- Fixed error `@cucumber/gherkin` not found. Cause of this issue is updating @cucumber/cucumber to 9.5.0. Reverting this version to 9.2.0
|
|
8
|
+
|
|
5
9
|
# 0.1.0-exp.2
|
|
6
10
|
|
|
7
11
|
- Fixed post install script error
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.1.0-exp.
|
|
3
|
+
"version": "0.1.0-exp.3",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -1733,16 +1733,16 @@
|
|
|
1733
1733
|
"integrity": "sha512-jLzRtVwdtNt+uAmTwvXwW9iGYLEOJFpDSmnx/dgoMGKXUWRx1UHT86Q696CLdgXO8kyTwsgJY0c6n5SW9VitAA=="
|
|
1734
1734
|
},
|
|
1735
1735
|
"@cucumber/cucumber": {
|
|
1736
|
-
"version": "9.
|
|
1737
|
-
"resolved": "https://registry.npmjs.org/@cucumber/cucumber/-/cucumber-9.
|
|
1738
|
-
"integrity": "sha512-
|
|
1736
|
+
"version": "9.2.0",
|
|
1737
|
+
"resolved": "https://registry.npmjs.org/@cucumber/cucumber/-/cucumber-9.2.0.tgz",
|
|
1738
|
+
"integrity": "sha512-b6zBxCU/4b6QK3OaitnZq/PfNd5tnODVuwlSHb5N76hCRhkG23FT42lGuj4E+r9TNs7QkgDjdPD28ZYMdi3rfQ==",
|
|
1739
1739
|
"requires": {
|
|
1740
1740
|
"@cucumber/ci-environment": "9.2.0",
|
|
1741
1741
|
"@cucumber/cucumber-expressions": "16.1.2",
|
|
1742
1742
|
"@cucumber/gherkin": "26.2.0",
|
|
1743
1743
|
"@cucumber/gherkin-streams": "5.0.1",
|
|
1744
1744
|
"@cucumber/gherkin-utils": "8.0.2",
|
|
1745
|
-
"@cucumber/html-formatter": "20.
|
|
1745
|
+
"@cucumber/html-formatter": "20.3.0",
|
|
1746
1746
|
"@cucumber/message-streams": "4.0.1",
|
|
1747
1747
|
"@cucumber/messages": "22.0.0",
|
|
1748
1748
|
"@cucumber/tag-expressions": "5.0.1",
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
"mz": "^2.7.0",
|
|
1768
1768
|
"progress": "^2.0.3",
|
|
1769
1769
|
"resolve-pkg": "^2.0.0",
|
|
1770
|
-
"semver": "7.
|
|
1770
|
+
"semver": "7.3.8",
|
|
1771
1771
|
"string-argv": "^0.3.1",
|
|
1772
1772
|
"strip-ansi": "6.0.1",
|
|
1773
1773
|
"supports-color": "^8.1.1",
|
|
@@ -1776,17 +1776,9 @@
|
|
|
1776
1776
|
"verror": "^1.10.0",
|
|
1777
1777
|
"xmlbuilder": "^15.1.1",
|
|
1778
1778
|
"yaml": "^2.2.2",
|
|
1779
|
-
"yup": "
|
|
1779
|
+
"yup": "^0.32.11"
|
|
1780
1780
|
},
|
|
1781
1781
|
"dependencies": {
|
|
1782
|
-
"@cucumber/gherkin": {
|
|
1783
|
-
"version": "26.2.0",
|
|
1784
|
-
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-26.2.0.tgz",
|
|
1785
|
-
"integrity": "sha512-iRSiK8YAIHAmLrn/mUfpAx7OXZ7LyNlh1zT89RoziSVCbqSVDxJS6ckEzW8loxs+EEXl0dKPQOXiDmbHV+C/fA==",
|
|
1786
|
-
"requires": {
|
|
1787
|
-
"@cucumber/messages": ">=19.1.4 <=22"
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
1782
|
"ansi-styles": {
|
|
1791
1783
|
"version": "4.3.0",
|
|
1792
1784
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -1846,9 +1838,9 @@
|
|
|
1846
1838
|
}
|
|
1847
1839
|
},
|
|
1848
1840
|
"semver": {
|
|
1849
|
-
"version": "7.
|
|
1850
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
1851
|
-
"integrity": "sha512-
|
|
1841
|
+
"version": "7.3.8",
|
|
1842
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
|
|
1843
|
+
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
|
|
1852
1844
|
"requires": {
|
|
1853
1845
|
"lru-cache": "^6.0.0"
|
|
1854
1846
|
}
|
|
@@ -1884,6 +1876,14 @@
|
|
|
1884
1876
|
"regexp-match-indices": "1.0.2"
|
|
1885
1877
|
}
|
|
1886
1878
|
},
|
|
1879
|
+
"@cucumber/gherkin": {
|
|
1880
|
+
"version": "26.2.0",
|
|
1881
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-26.2.0.tgz",
|
|
1882
|
+
"integrity": "sha512-iRSiK8YAIHAmLrn/mUfpAx7OXZ7LyNlh1zT89RoziSVCbqSVDxJS6ckEzW8loxs+EEXl0dKPQOXiDmbHV+C/fA==",
|
|
1883
|
+
"requires": {
|
|
1884
|
+
"@cucumber/messages": ">=19.1.4 <=22"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
1887
|
"@cucumber/gherkin-streams": {
|
|
1888
1888
|
"version": "5.0.1",
|
|
1889
1889
|
"resolved": "https://registry.npmjs.org/@cucumber/gherkin-streams/-/gherkin-streams-5.0.1.tgz",
|
|
@@ -1962,9 +1962,9 @@
|
|
|
1962
1962
|
}
|
|
1963
1963
|
},
|
|
1964
1964
|
"@cucumber/html-formatter": {
|
|
1965
|
-
"version": "20.
|
|
1966
|
-
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-20.
|
|
1967
|
-
"integrity": "sha512-
|
|
1965
|
+
"version": "20.3.0",
|
|
1966
|
+
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-20.3.0.tgz",
|
|
1967
|
+
"integrity": "sha512-4DOuA2jmw2WqK63HxCWoXmyozGCrKeCddQ2wHWsQaAVP8YxWyzzY6azFJaByqvZW45WdaQ/5aMJWvEy+XAEXJg=="
|
|
1968
1968
|
},
|
|
1969
1969
|
"@cucumber/message-streams": {
|
|
1970
1970
|
"version": "4.0.1",
|
|
@@ -2920,6 +2920,11 @@
|
|
|
2920
2920
|
"parse5": "^7.0.0"
|
|
2921
2921
|
}
|
|
2922
2922
|
},
|
|
2923
|
+
"@types/lodash": {
|
|
2924
|
+
"version": "4.14.200",
|
|
2925
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
|
|
2926
|
+
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q=="
|
|
2927
|
+
},
|
|
2923
2928
|
"@types/ms": {
|
|
2924
2929
|
"version": "0.7.33",
|
|
2925
2930
|
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.33.tgz",
|
|
@@ -6096,6 +6101,11 @@
|
|
|
6096
6101
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
6097
6102
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
|
6098
6103
|
},
|
|
6104
|
+
"lodash-es": {
|
|
6105
|
+
"version": "4.17.21",
|
|
6106
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
|
6107
|
+
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
|
|
6108
|
+
},
|
|
6099
6109
|
"lodash.debounce": {
|
|
6100
6110
|
"version": "4.0.8",
|
|
6101
6111
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
@@ -6382,6 +6392,11 @@
|
|
|
6382
6392
|
"thenify-all": "^1.0.0"
|
|
6383
6393
|
}
|
|
6384
6394
|
},
|
|
6395
|
+
"nanoclone": {
|
|
6396
|
+
"version": "0.2.1",
|
|
6397
|
+
"resolved": "https://registry.npmjs.org/nanoclone/-/nanoclone-0.2.1.tgz",
|
|
6398
|
+
"integrity": "sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA=="
|
|
6399
|
+
},
|
|
6385
6400
|
"natural-compare": {
|
|
6386
6401
|
"version": "1.4.0",
|
|
6387
6402
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -6745,9 +6760,9 @@
|
|
|
6745
6760
|
}
|
|
6746
6761
|
},
|
|
6747
6762
|
"property-expr": {
|
|
6748
|
-
"version": "2.0.
|
|
6749
|
-
"resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.
|
|
6750
|
-
"integrity": "sha512-
|
|
6763
|
+
"version": "2.0.6",
|
|
6764
|
+
"resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz",
|
|
6765
|
+
"integrity": "sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA=="
|
|
6751
6766
|
},
|
|
6752
6767
|
"psl": {
|
|
6753
6768
|
"version": "1.9.0",
|
|
@@ -7310,11 +7325,6 @@
|
|
|
7310
7325
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
7311
7326
|
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
|
|
7312
7327
|
},
|
|
7313
|
-
"tiny-case": {
|
|
7314
|
-
"version": "1.0.3",
|
|
7315
|
-
"resolved": "https://registry.npmjs.org/tiny-case/-/tiny-case-1.0.3.tgz",
|
|
7316
|
-
"integrity": "sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q=="
|
|
7317
|
-
},
|
|
7318
7328
|
"tmp": {
|
|
7319
7329
|
"version": "0.0.33",
|
|
7320
7330
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
@@ -7725,9 +7735,9 @@
|
|
|
7725
7735
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
|
|
7726
7736
|
},
|
|
7727
7737
|
"yaml": {
|
|
7728
|
-
"version": "2.3.
|
|
7729
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.
|
|
7730
|
-
"integrity": "sha512-
|
|
7738
|
+
"version": "2.3.3",
|
|
7739
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.3.tgz",
|
|
7740
|
+
"integrity": "sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ=="
|
|
7731
7741
|
},
|
|
7732
7742
|
"yargs": {
|
|
7733
7743
|
"version": "17.7.2",
|
|
@@ -7754,21 +7764,17 @@
|
|
|
7754
7764
|
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
|
|
7755
7765
|
},
|
|
7756
7766
|
"yup": {
|
|
7757
|
-
"version": "
|
|
7758
|
-
"resolved": "https://registry.npmjs.org/yup/-/yup-
|
|
7759
|
-
"integrity": "sha512-
|
|
7767
|
+
"version": "0.32.11",
|
|
7768
|
+
"resolved": "https://registry.npmjs.org/yup/-/yup-0.32.11.tgz",
|
|
7769
|
+
"integrity": "sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==",
|
|
7760
7770
|
"requires": {
|
|
7761
|
-
"
|
|
7762
|
-
"
|
|
7763
|
-
"
|
|
7764
|
-
"
|
|
7765
|
-
|
|
7766
|
-
|
|
7767
|
-
"
|
|
7768
|
-
"version": "2.19.0",
|
|
7769
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
|
|
7770
|
-
"integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
|
|
7771
|
-
}
|
|
7771
|
+
"@babel/runtime": "^7.15.4",
|
|
7772
|
+
"@types/lodash": "^4.14.175",
|
|
7773
|
+
"lodash": "^4.17.21",
|
|
7774
|
+
"lodash-es": "^4.17.21",
|
|
7775
|
+
"nanoclone": "^0.2.1",
|
|
7776
|
+
"property-expr": "^2.0.4",
|
|
7777
|
+
"toposort": "^2.0.2"
|
|
7772
7778
|
}
|
|
7773
7779
|
}
|
|
7774
7780
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.1.0-exp.
|
|
3
|
+
"version": "0.1.0-exp.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/preset-react": "7.22.5",
|
|
24
|
-
"@cucumber/cucumber": "9.
|
|
24
|
+
"@cucumber/cucumber": "9.2.0",
|
|
25
25
|
"@playwright/test": "1.39.0",
|
|
26
26
|
"@testing-library/jest-dom": "5.11.9",
|
|
27
27
|
"@testing-library/react": "11.2.7",
|
|
@@ -51,4 +51,4 @@
|
|
|
51
51
|
"@babel/preset-env": "7.22.15",
|
|
52
52
|
"@babel/runtime": "7.22.15"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|