Skip to content

Commit

Permalink
Merge branch 'main' into add-vunerability-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev authored Nov 15, 2023
2 parents e3b1b02 + cc0ed62 commit 9b821c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ Run tests via commands:
```npm
npm run test:install:chromium
npm run test:e2e:opensource
```
```

### How to add new connection/dataset/chart/dashboard for E2E tests:

1. Start project `docker compose -f tests/docker-compose.e2e.yml up`
2. Create necessary test entries in interface
3. Run `npm run test:e2e:us-dump` - this command will create new database dump with test entries which you just created

0 comments on commit 9b821c5

Please sign in to comment.