-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
199 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,41 @@ | ||
# Sauce Labs Visual for Cypress | ||
|
||
This package is Sauce Labs Visual integration for Cypress.<br /> | ||
This package is Sauce Labs Visual integration for Cypress. | ||
|
||
It comes as both a plugin and commands that will be made available for your tests. | ||
|
||
## Installation & Usage | ||
|
||
View installation and usage instructions on the [Sauce Docs website](https://docs.saucelabs.com/visual-testing/integrations/cypress/). | ||
|
||
## Building | ||
|
||
Install the dependencies | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
Build [Sauce Labs Visual client library](../visual/) since Sauce Labs Visual for Cypress depends on it | ||
|
||
```sh | ||
npm --prefix ../visual run build | ||
``` | ||
|
||
Finally build Sauce Labs Visual for Cypress | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
## Linting | ||
|
||
```sh | ||
npm run lint | ||
``` | ||
|
||
## Running the tests | ||
|
||
```sh | ||
npm run test | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,35 @@ | ||
# Sauce Labs Visual for Nightwatch | ||
|
||
This package is Sauce Labs Visual integration for Nightwatch.<br /> | ||
This package is Sauce Labs Visual integration for Nightwatch. | ||
|
||
It comes as a service that you can add to your existing Nightwatch project. | ||
|
||
## Installation & Usage | ||
|
||
View installation and usage instructions on the [Sauce Docs website](https://docs.saucelabs.com/visual-testing/integrations/nightwatch/). | ||
|
||
## Building | ||
|
||
Install the dependencies | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
Build [Sauce Labs Visual client library](../visual/) since Sauce Labs Visual for Nightwatch depends on it | ||
|
||
```sh | ||
npm --prefix ../visual run build | ||
``` | ||
|
||
Finally build Sauce Labs Visual for Nightwatch | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
## Linting | ||
|
||
```sh | ||
npm run lint | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,41 @@ | ||
# Sauce Labs Visual for WebdriverIO | ||
|
||
This package is Sauce Labs Visual integration for WebdriverIO. | ||
|
||
This package is Sauce Labs Visual integration for WebdriverIO.<br /> | ||
It comes as a service that you can add to your existing WebdriverIO project. | ||
|
||
## Installation & Usage | ||
|
||
View installation and usage instructions on the [Sauce Docs website](https://docs.saucelabs.com/visual-testing/integrations/webdriverio/). | ||
|
||
## Building | ||
|
||
Install the dependencies | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
Build [Sauce Labs Visual client library](../visual/) since Sauce Labs Visual for WebdriverIO depends on it | ||
|
||
```sh | ||
npm --prefix ../visual run build | ||
``` | ||
|
||
Finally build Sauce Labs Visual for WebdriverIO | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
## Linting | ||
|
||
```sh | ||
npm run lint | ||
``` | ||
|
||
## Running the tests | ||
|
||
```sh | ||
npm run test | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters