You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
-
# Run TestCafe GitHub Action
1
+
# DEPREDCATED
2
+
The TestCafe team no longer maintains the `testcafe-action` repository. If you want to take over the project, we'll be happy to hand it over. To contact the team, create a new GitHub issue or email support@devexpress.com.
3
+
4
+
## Run TestCafe GitHub Action
2
5
3
6
This action installs [TestCafe](https://github.com/DevExpress/testcafe) from `npm` and runs tests.
4
7
5
-
## Usage
8
+
###Usage
6
9
7
10
```yaml
8
11
- uses: actions/checkout@v1
@@ -19,9 +22,9 @@ You can also use the [version](#version) option to specify the TestCafe version.
19
22
20
23
> Run the [setup-node](https://github.com/actions/setup-node) action before `testcafe-action` to install a specific Node.js version.
21
24
22
-
## Options
25
+
### Options
23
26
24
-
### args
27
+
#### args
25
28
26
29
TestCafe [command line arguments](https://devexpress.github.io/testcafe/documentation/using-testcafe/command-line-interface.html).
27
30
@@ -31,7 +34,7 @@ TestCafe [command line arguments](https://devexpress.github.io/testcafe/document
0 commit comments