Skip to content

Commit

Permalink
test(e2e): AVR-549 update README on how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrzyzanowski committed Nov 15, 2024
1 parent 0a19830 commit 6622c91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
![Avrae.io](docs/avrae.png)

## Important Links

- [avrae.io](https://avrae.io)
- [Support Discord Server](http://support.avrae.io)
- [D&D Beyond Discord Server](https://dndbeyond.com/discord)
- [Build](https://travis-ci.org/avrae/avrae.io)

## Overview

This is the source code for the Angular website located at https://avrae.io. It serves as a web portal for users of the D&D Beyond Avrae Discord Bot to manage their data.
This is the source code for the Angular website located at https://avrae.io. It serves as a web portal for users of the D&D Beyond Avrae Discord Bot to manage their data.

## Local Config

Expand All @@ -34,7 +35,7 @@ Run `npm run dev:ssr`

To run end to end tests:

Run `ng e2e` or `npm run e2e`
Run `npm run e2e:<env>` where env is either `live`, `stg`, `dev` or `docker`

## Lint

Expand Down

0 comments on commit 6622c91

Please sign in to comment.