-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
1 parent
977b280
commit 33445e5
Showing
2 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,15 +210,15 @@ I primarily just develop in firefox and then copy the code into chrome and repla | |
To run the automated tests run: | ||
1. ```npm run build``` | ||
2. copy the web-ext artifact into the normal folder and rename it to [email protected] | ||
3. ```npm run test``` | ||
3. ```npm test``` | ||
|
||
Cli ARGS: | ||
- none : all tests | ||
- 'n': Netflix tests | ||
- 'p': Prime Video tests | ||
- 'd': Disney tests | ||
|
||
```npm run test n p d``` | ||
```npm test n p d``` | ||
### setup | ||
|
||
- insert your own firefox profile name to be logged into every platform in the ``test.js`` file. | ||
|
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