@toptal/davinci-qa 11.2.1 → 11.2.2
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 +7 -0
- package/dist-package/package.json +2 -2
- package/docs/integration.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-qa",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.2",
|
|
4
4
|
"description": "QA package to test your application",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@testing-library/jest-dom": "^5.16.4",
|
|
39
39
|
"@testing-library/react": "^12.1.2",
|
|
40
40
|
"@toptal/davinci-cli-shared": "1.5.4",
|
|
41
|
-
"@toptal/davinci-engine": "7.
|
|
41
|
+
"@toptal/davinci-engine": "7.4.0",
|
|
42
42
|
"@types/jest": "^27.5.1",
|
|
43
43
|
"babel-jest": "^28.1.0",
|
|
44
44
|
"cypress": "^10.0.3",
|
package/docs/integration.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Integration
|
|
2
2
|
|
|
3
|
+
> Prerequisites:
|
|
4
|
+
> - project uses latest [davinci-engine](https://github.com/toptal/davinci/tree/master/packages/engine) to build (based on webpack 5) or webpack 5
|
|
5
|
+
> - project follows [Integration testing](https://toptal-core.atlassian.net/wiki/spaces/ENG/pages/1194985097/Frontend+Testing+-+Integration+testing) and [Cypress tests location](https://toptal-core.atlassian.net/wiki/spaces/ENG/pages/2827780782/Frontend+Testing+-+Cypress+Component+tests+location) guidelines
|
|
6
|
+
|
|
3
7
|
| command | description |
|
|
4
8
|
| ----------------------------- | ---------------------------------------- |
|
|
5
9
|
| `davinci qa integration open` | Open Cypress Test Runner app |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-qa",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.2",
|
|
4
4
|
"description": "QA package to test your application",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@testing-library/jest-dom": "^5.16.4",
|
|
39
39
|
"@testing-library/react": "^12.1.2",
|
|
40
40
|
"@toptal/davinci-cli-shared": "1.5.4",
|
|
41
|
-
"@toptal/davinci-engine": "7.
|
|
41
|
+
"@toptal/davinci-engine": "7.4.0",
|
|
42
42
|
"@types/jest": "^27.5.1",
|
|
43
43
|
"babel-jest": "^28.1.0",
|
|
44
44
|
"cypress": "^10.0.3",
|