aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests
AgeCommit message (Collapse)Author
2021-04-13Merge pull request #5713 from Bond-009/websocketauthBond-009
Add tests for unauthenticated websocket access
2021-04-09Add tests for UserControllerBond_009
2021-04-08Merge pull request #5721 from Bond-009/authenticatedtestsBond-009
Add code to test authenticated endpoints
2021-04-07Add code to test authenticated endpointsBond_009
2021-04-06Add tests for unauthenticated websocket accessBond_009
2021-04-06Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.3 to 5.0.5dependabot[bot]
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.5) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22Improve namingBond_009
2021-03-21Add tests for GetFirstUser, UpdateStartupUser and CompleteWizardBond_009
2021-03-21Add StartupControllerTestsBond_009
2021-03-14Merge pull request #5422 from Bond-009/warn51Bond-009
2021-03-14Fix integration test projectBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09Move TestPluginWithoutPages to the correct projectBond_009
2021-03-09Perform static initialization only onceBond_009
2021-03-09Check for specific status code instead of successBond_009
2021-03-09Split integration tests from unit testsBond_009