@argos-ci/webdriverio 0.1.0 → 0.1.1
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/README.md +20 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://argos-ci.com/?utm_source=github&utm_medium=logo" target="_blank">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/argos-ci/argos/main/resources/logos/logo-github-readme.png" alt="Argos" width="300" height="61">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
_Argos is a visual testing solution that fits in your workflow to avoid visual regression. Takes screenshots on each commit and be notified if something changes._
|
|
8
|
+
|
|
9
|
+
# Official Argos WebdriverIO SDK
|
|
10
|
+
|
|
11
|
+
[](https://www.npmjs.com/package/@argos-ci/webdriverio)
|
|
12
|
+
[](https://www.npmjs.com/package/@argos-ci/webdriverio)
|
|
13
|
+
[](https://www.npmjs.com/package/@argos-ci/webdriverio)
|
|
14
|
+
|
|
15
|
+
Visit [argos-ci.com/docs/webdriverio](https://argos-ci.com/docs/webdriverio) for guides, API and more.
|
|
16
|
+
|
|
17
|
+
## Links
|
|
18
|
+
|
|
19
|
+
- [Official SDK Docs](https://argos-ci.com/docs/)
|
|
20
|
+
- [Discord](https://argos-ci.com/discord)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@argos-ci/webdriverio",
|
|
3
3
|
"description": "Visual testing solution to avoid visual regression. Webdriver SDK and utilities for Argos visual testing.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"author": "Smooth Code",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"argos-upload": "pnpm exec argos upload screenshots --build-name \"argos-webdriverio-e2e-node-$NODE_VERSION-$OS\"",
|
|
64
64
|
"e2e": "pnpm run test && pnpm run argos-upload"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "fb1a0ada54f5e544f220a5ad37c1845099c91fca"
|
|
67
67
|
}
|