Skip to content

Commit

Permalink
Adding e2e tests for selective syncing from mattermost to msteams (#537)
Browse files Browse the repository at this point in the history
* Adding e2e tests for selective syncing from mattermost to msteams

* Addressing PR review comments and fixing CI

* Ensuring the plugin is fully functional before running the tests and adding more time to the system to handle the cases

* Removing paralellism from contenirized e2e tests to improve stability

* Improve the assertions and fix some errors

* Fixing CI

* Removing paralellism from contenirized e2e tests to improve stability
  • Loading branch information
jespino authored Mar 8, 2024
1 parent 3e15489 commit de82a4a
Show file tree
Hide file tree
Showing 8 changed files with 421 additions and 82 deletions.
1 change: 0 additions & 1 deletion server/ce2e/iframe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
)

func TestIFrame(t *testing.T) {
t.Parallel()
mattermost, _, _, tearDown := containere2e.NewE2ETestPlugin(t)
defer tearDown()
client, err := mattermost.GetAdminClient(context.Background())
Expand Down
1 change: 0 additions & 1 deletion server/ce2e/license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func TestRequiresLicense(t *testing.T) {
t.Parallel()
mattermost, _, _, tearDown := containere2e.NewE2ETestPlugin(t, containere2e.WithoutLicense())
defer tearDown()

Expand Down
Loading

0 comments on commit de82a4a

Please sign in to comment.