Navigation Menu

Skip to content

Commit

Permalink
Update README to include Azure and CircleCI setup (#174)
Browse files Browse the repository at this point in the history
* Update README to include Azure and CircleCI

* Link to our docs for each CI provider
  • Loading branch information
flaurida committed Nov 19, 2019
1 parent aae0e07 commit b60b01a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Expand Up @@ -23,7 +23,7 @@

**Record Your Tests:** Generate Jest & Puppeteer test code from your browser interactions. QA Wolf supports multiple windows, third party sites, and changing input values with environment variables.

**Set up CI:** Set up a GitHub action to run your tests with `npx qawolf github`. Artifacts for debugging are generated per test.
**Set up CI:** Run your tests in CI with one command. We support CircleCI, Azure DevOps, and GitHub Actions (with more coming soon!). Artifacts for debugging are created per test.

**Debug with Ease:** Each test run includes a video, gif, interactive DOM recording, and browser logs as artifacts.

Expand Down Expand Up @@ -55,13 +55,25 @@ npx qawolf test [name]

[Documentation](https://www.qawolf.com/docs/set_up_ci)

Set up CI with [GitHub Actions](https://github.com/features/actions):
Set up CI with [CircleCI](https://www.qawolf.com/docs/set_up_ci#circleci):

```bash
npx qawolf circleci
```

Set up CI with [Azure DevOps](https://www.qawolf.com/docs/set_up_ci#azure-devops):

```bash
npx qawolf azure
```

Set up CI with [GitHub Actions](https://www.qawolf.com/docs/set_up_ci#github-actions):

```bash
npx qawolf github
```

This will generate a file called `qawolf.yml` in the `.github/workflows` directory at the root of your project. Edit this file as you like!
This will generate the relevant config file in your project. Edit this file as you like!

## Support

Expand Down

0 comments on commit b60b01a

Please sign in to comment.