Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1002 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 1002 Bytes

Travis (.org) GitHub pull requests License

Algenic

Web application for online programming competitions

Projekt zaliczeniowy z przedmiotu Inżynieria Oprogramowania.

Setup

Testing

Recommended workflow:

  1. Open terminal and navigate to Algenic\Algenic (inside the Algenic project).
  2. dotnet watch run
  3. The application should now be available at http://localhost:5000.
  4. In Visual Studio, run tests.
  5. Whenever you edit source files (only .cs, it seems), the application will restart. Then you can run the tests again.
  6. Functional tests will use a browser specified in testSettings.json. Change TestBrowser setting to choose your favourite browser ("Firefox", "Chrome", "Opera", ...), but try not to commit updated setting to the repository.