mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Kd/ci playwright go test (#20123)
* Add initial playwright config * Simplify Makefile * Simplify Makefile * Use correct config files * Update playwright settings * Fix package-lock file * Don't use test logger for e2e tests * fix frontend lint * Allow passing TEST_LOGGER variable * Init postgres database * use standard gitea env variables * Update playwright * update drone * Move empty env var to commands * Cleanup * Move integrations to subfolder * tests integrations to tests integraton * Run e2e tests with go test * Fix linting * install CI deps * Add files to ESlint * Fix drone typo * Don't log to console in CI * Use go test http server * Add build step before tests * Move shared init function to common package * fix drone * Clean up tests * Fix linting * Better mocking for page + version string * Cleanup test generation * Remove dependency on gitea binary * Fix linting * add initial support for running specific tests * Add ACCEPT_VISUAL variable * don't require git-lfs * Add initial documentation * Review feedback * Add logged in session test * Attempt fixing drone race * Cleanup and bump version * Bump deps * Review feedback * simplify installation * Fix ci * Update install docs
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ref: refs/heads/master
|
@@ -0,0 +1,8 @@
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = true
|
||||
[remote "origin"]
|
||||
url = /home/mura/go/src/code.gitea.io/gitea/tests/gitea-repositories-meta/user2/commits_search_test/
|
||||
fetch = +refs/*:refs/*
|
||||
mirror = true
|
@@ -0,0 +1 @@
|
||||
Unnamed repository; edit this file 'description' to name the repository.
|
@@ -0,0 +1,6 @@
|
||||
# git ls-files --others --exclude-from=.git/info/exclude
|
||||
# Lines that start with '#' are comments.
|
||||
# For a project mostly in C, the following would be a good set of
|
||||
# exclude patterns (uncomment them if you want to use them):
|
||||
# *.[oa]
|
||||
# *~
|
@@ -0,0 +1,2 @@
|
||||
x<01><><EFBFBD>
|
||||
<EFBFBD>0<10>=<3D>)<29>.<2E>&<26><>-<2D><>;<3B>q<><71>BcK<63><4B><EFBFBD>Ļ<><C4BB>a<EFBFBD>F<>Z<EFBFBD>i<>6U<36>!)<29><>d<EFBFBD><14><>=$<24><>'<27><>cr<63><72><EFBFBD>(4<>i<EFBFBD>g<03>(<28>D<EFBFBD><44>2<EFBFBD>l3f<33><66>1<EFBFBD><31><EFBFBD><1A>C%ҫ=<3D>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
x<01><>[
|
||||
1E<><45>*<2A>/J2<4A>+ <20>K<EFBFBD>dL<>\<5C>E܀_.<2E>{<7B>պv<D5BA> <20><><EFBFBD>[!<21>J<EFBFBD>1&<26><><EFBFBD>I<EFBFBD>=e$-<2D>q6eI<65><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>V5<56>|q<>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD><EFBFBD>u\<06>ā'8bFtc<1D>nI?<3F>D<EFBFBD><03><>1<EFBFBD>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
x<01><>K
|
||||
1]<5D>ً<><D98B>o<EFBFBD>0<EFBFBD>x<EFBFBD>Nҍ<4E>1<EFBFBD><10>㛅p<>E<15><>[{
|
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
# pack-refs with: peeled fully-peeled
|
||||
9800fe78cabf4fe774fcf376f97fa2a0ed06987b refs/heads/master
|
@@ -0,0 +1 @@
|
||||
9800fe78cabf4fe774fcf376f97fa2a0ed06987b
|
Reference in New Issue
Block a user