@toptal/davinci-qa 12.0.3 → 12.1.0
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
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 12.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1550](https://github.com/toptal/davinci/pull/1550) [`cd184617`](https://github.com/toptal/davinci/commit/cd184617439c5cef222be6683622dd6bbebc171b) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
|
|
8
|
+
- add `experimentalSingleTabRunMode` to Cypress config to speed up component tests
|
|
9
|
+
- bump Cypress to 10.6.0 to enable this new feature
|
|
10
|
+
|
|
3
11
|
## 12.0.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-qa",
|
|
3
|
-
"version": "12.0
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"description": "QA package to test your application",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@toptal/davinci-cli-shared": "1.7.0",
|
|
41
41
|
"@types/jest": "^27.5.1",
|
|
42
42
|
"babel-jest": "^28.1.3",
|
|
43
|
-
"cypress": "^10.0
|
|
43
|
+
"cypress": "^10.6.0",
|
|
44
44
|
"enhanced-resolve": "^5.9.2",
|
|
45
45
|
"fs-extra": "^10.0.0",
|
|
46
46
|
"glob": "^8.0.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-qa",
|
|
3
|
-
"version": "12.0
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"description": "QA package to test your application",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@toptal/davinci-cli-shared": "1.7.0",
|
|
41
41
|
"@types/jest": "^27.5.1",
|
|
42
42
|
"babel-jest": "^28.1.3",
|
|
43
|
-
"cypress": "^10.0
|
|
43
|
+
"cypress": "^10.6.0",
|
|
44
44
|
"enhanced-resolve": "^5.9.2",
|
|
45
45
|
"fs-extra": "^10.0.0",
|
|
46
46
|
"glob": "^8.0.3",
|