Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit d19bf79

Browse files
authored
Update README.md
1 parent 32e6272 commit d19bf79

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff 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
25

36
This action installs [TestCafe](https://github.com/DevExpress/testcafe) from `npm` and runs tests.
47

5-
## Usage
8+
### Usage
69

710
```yaml
811
- uses: actions/checkout@v1
@@ -19,9 +22,9 @@ You can also use the [version](#version) option to specify the TestCafe version.
1922

2023
> Run the [setup-node](https://github.com/actions/setup-node) action before `testcafe-action` to install a specific Node.js version.
2124

22-
## Options
25+
### Options
2326

24-
### args
27+
#### args
2528

2629
TestCafe [command line arguments](https://devexpress.github.io/testcafe/documentation/using-testcafe/command-line-interface.html).
2730

@@ -31,7 +34,7 @@ TestCafe [command line arguments](https://devexpress.github.io/testcafe/document
3134
args: "chrome fixture.js -s takeOnFails=true -q -c 3"
3235
```
3336

34-
### version
37+
#### version
3538

3639
*Optional*
3740

@@ -46,7 +49,7 @@ The TestCafe version to install.
4649

4750
**Default value:** `latest`
4851

49-
### skip-install
52+
#### skip-install
5053

5154
*Optional*
5255

@@ -61,11 +64,11 @@ Whether to skip having this action install TestCafe. This is useful if you are m
6164

6265
**Default value:** `false`
6366

64-
## Examples
67+
### Examples
6568

6669
This section contains sample workflows that show how to use `testcafe-action`.
6770

68-
### Run TestCafe Tests
71+
#### Run TestCafe Tests
6972

7073
The following workflow demonstrates how to use `testcafe-action` in a basic scenario:
7174

@@ -89,7 +92,7 @@ The [checkout](https://github.com/actions/checkout) action fetches the repositor
8992

9093
This workflow is triggered when you push changes to the repository. The job runs on a Windows virtual machine.
9194

92-
### Target Multiple Node.js Versions and Operating Systems
95+
#### Target Multiple Node.js Versions and Operating Systems
9396

9497
The following workflow demonstrates how to run TestCafe tests across Node.js versions and operating systems.
9598

0 commit comments

Comments
 (0)