Changes
Page history
Update E2E Tests
authored
Aug 13, 2020
by
Alexander Philipp Nowosad
Show whitespace changes
Inline
Side-by-side
testing/E2E-Tests.md
0 → 100644
View page @
23bd504c
We use native Angular e2e tests (Angular uses Protractor and Jasmine) with async/await and page objects.
## Prerequisites
Google Chrome or Chromium should be installed.
## Run
To run tests use
`ng e2e`
## Documentation
-
More info about Protractor: https://www.protractortest.org/#/
-
Async/await: https://www.protractortest.org/#/async-await
\ No newline at end of file