Skip to content

feat: Initial E2E test framework for v2 #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 38 commits into from
Mar 2, 2022
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
470d06d
Add playwright dependency
bryphe-coder Feb 15, 2022
ab81ef9
Add initial playwright command to run against development server
bryphe-coder Feb 15, 2022
7c970b5
feat: Initial E2E framework
bryphe-coder Feb 15, 2022
853a2b9
Merge main
bryphe-coder Feb 28, 2022
2b0f0cb
Add test/e2e job
bryphe-coder Feb 28, 2022
78ceb9c
Add test/e2e job
bryphe-coder Feb 28, 2022
5243dea
Merge branch 'main' into bryphe/feat/initial-e2e-tests
bryphe-coder Feb 28, 2022
5eb9314
Use coderd directly, create initial user in setup script
bryphe-coder Feb 28, 2022
8fc553a
Ignore e2e tests from jest
bryphe-coder Feb 28, 2022
1b0e0d3
Fix typo
bryphe-coder Feb 28, 2022
f39f59a
Consolidate test_results/test-results
bryphe-coder Feb 28, 2022
0428a62
Add junit reporter for DataDog
bryphe-coder Feb 28, 2022
94c7684
Fix junit path
bryphe-coder Feb 28, 2022
dfe0c7c
Upload E2E test results to DataDog
bryphe-coder Feb 28, 2022
8af7d02
Formatting
bryphe-coder Feb 28, 2022
18f21da
Fix lint issues
bryphe-coder Feb 28, 2022
bcef4ac
Fix unit test DataDog uploads
bryphe-coder Feb 28, 2022
91bda34
Clean up globalSetup
bryphe-coder Feb 28, 2022
08dc699
Fix upload of E2E datadog reports
bryphe-coder Mar 1, 2022
b8cc80f
Add 'category' for classifying tests in datadog (unit, integration, e2e)
bryphe-coder Mar 1, 2022
a88a722
Remove coverage collection from E2E folder
bryphe-coder Mar 1, 2022
4bad40e
Run e2e on all platforms
bryphe-coder Mar 1, 2022
3b0b4cd
Try running on mac/ubuntu for now
bryphe-coder Mar 1, 2022
15a9a11
Experiment: Unblock windows e2e tests
bryphe-coder Mar 1, 2022
081c9cf
Revert "Experiment: Unblock windows e2e tests"
bryphe-coder Mar 1, 2022
439c13b
Revert change to test/js
bryphe-coder Mar 1, 2022
d7f9257
Add link back to Windows issue
bryphe-coder Mar 1, 2022
5eedfbe
Merge branch 'main' into bryphe/feat/initial-e2e-tests
bryphe-coder Mar 1, 2022
7381ca2
Consolidate test-results/test_results in .gitignore
bryphe-coder Mar 1, 2022
d3c8e50
Update site/.eslintignore
bryphe-coder Mar 1, 2022
e66c685
Switch to using const vs function
bryphe-coder Mar 1, 2022
bee5e25
Merge branch 'bryphe/feat/initial-e2e-tests' of github.com:coder/code…
bryphe-coder Mar 1, 2022
66b7d60
Refactor use email, password, username to constants
bryphe-coder Mar 2, 2022
7c568de
Expand POM model
bryphe-coder Mar 2, 2022
41a4516
Fix broken import
bryphe-coder Mar 2, 2022
7997a16
Merge branch 'main' into bryphe/feat/initial-e2e-tests
kylecarbs Mar 2, 2022
fae6b3f
Push functionality up to BasePOM API
bryphe-coder Mar 2, 2022
787213c
Merge branch 'main' into bryphe/feat/initial-e2e-tests
bryphe-coder Mar 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix upload of E2E datadog reports
  • Loading branch information
bryphe-coder committed Mar 1, 2022
commit 08dc699e4150944af31e7b04bb1e741f44b2c22f
2 changes: 1 addition & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,4 @@ jobs:
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
DD_DATABASE: e2e
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: go run scripts/datadog-cireport/main.go site/test_results/junit.xml
run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml