index
:
EnglishPal
maodun-revision
master
Unnamed repository; edit this file 'description' to name the repository.
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-11
app/test/test_add_word.py and app/test/test_add_word.py: move to the matched ...
Hui Lan
2021-02-11
app/test/test_add_word.py and app/test/test_add_word_and_essay_does_not_chang...
Hui Lan
2021-02-11
main.py: fix typo.
Hui Lan
2021-02-11
main.py: use article ID instead of article content as session value.
Hui Lan
2021-02-11
add a column article_id to database table article.
Hui Lan
2021-02-11
main.py: add ).
Hui Lan
2021-02-11
main.py: use link instead of form.
Hui Lan
2021-02-10
app/main.py and app/test/test_add_word.py: use class instead of id.
Hui Lan
2021-02-10
app/main.py: usename is passed from the function argument list.
Hui Lan
2021-02-10
app/main.py: remove article information.
Hui Lan
2021-02-10
app/test/test_add_word.py: do not save pic0.
Hui Lan
2021-02-10
app/test/test_add_word.py: fix wrong indentation.
Hui Lan
2021-02-10
app/test/test_*.py: add implicit waits.
Hui Lan
2021-02-10
Jenkinsfile: adding DBUS_SESSION_BUS_ADDRESS did not solve the problem.
Hui Lan
2021-02-10
Jenkinsfile: DBUS_SESSION_BUS_ADDRESS https://github.com/SeleniumHQ/docker-se...
Hui Lan
2021-02-10
app/test/test_*.py: try ... finally clause.
Hui Lan
2021-02-10
app/test/test_add_word.py: logout first.
Hui Lan
2021-02-10
app/test/test_add_word_and_essay_does_not_change.py: logout first.
Hui Lan
2021-02-10
app/test/test_add_word_and_essay_does_not_change.py: click Next should give u...
Hui Lan
2021-02-10
app/test/test_next_essay.py: click Next three times so that it is very unlike...
Hui Lan
2021-02-10
app/test/test_add_word_and_essay_does_not_change.py: essay should change when...
Hui Lan
2021-02-10
app/test/test_add_word_and_essay_does_not_change.py: test that essay does not...
Hui Lan
2021-02-10
app/test/test_add_word.py: locate the correct form.
Hui Lan
2021-02-10
app/test/test_next_essay.py: update element search method.
Hui Lan
2021-02-10
main.py: put article in session.
Hui Lan
2021-02-10
main.py: get the next article only when it is explicitly clicked. Contribute...
Hui Lan
2021-02-08
Jenkinsfile: add two command-line arguments -v -s to pytest.
Hui Lan
2021-02-08
app/test/test_add_word.py: select a word that does not have punctuation.
Hui Lan
2021-02-08
Jenkinsfile: use 'python3 -m pytest' instead of 'pytest' alone.
Hui Lan
2021-02-08
app/test/test_*.py: add # -*- coding: utf-8 -*- to resolve the pytest error: ...
Hui Lan
2021-02-08
Jenkinsfile: change directory to the folder where test scripts reside.
Hui Lan
2021-02-08
Jenkinsfile: pytest will load all test scripts in ./app/test.
Hui Lan
2021-02-07
app/test/test_add_word.py: remove one screenshot.
Hui Lan
2021-02-07
app/test/test_add_word.py: word should have more characters (revision).
Hui Lan
2021-02-07
app/test/test_add_word.py: word should have more characters.
Hui Lan
2021-02-07
app/test/test_add_word.py: scroll to the element.
Hui Lan
2021-02-07
app/test/test_add_word.py: capture one more screenshot.
Hui Lan
2021-02-07
app/main.py: add id to each new word.
Hui Lan
2021-02-07
app/test/test_add_word.py: capture one more screenshot.
Hui Lan
2021-02-07
app/test/test_add_word.py: find_elements.
Hui Lan
2021-02-07
Jenkinsfile: add test script test_add_word.py.
Hui Lan
2021-02-07
app/test/test_add_word.py: add.
Hui Lan
2021-02-06
app/test/test_next_essay2.py: delete.
Hui Lan
2021-02-06
app/test/test_next_essay.py: quit driver after use (to save memory).
Hui Lan
2021-02-06
Jenkinsfile: try test_next_essay.py again.
Hui Lan
2021-02-06
app/test/test_*.py: quit driver after use.
Hui Lan
2021-02-06
Jenkinsfile: do not test test_next_essay for now.
Hui Lan
2021-02-06
app/test/test_next_essay2.py: add for more test by hand.
Hui Lan
2021-02-06
app/test/test_next_essay.py: remove the loop.
Hui Lan
2021-02-06
Jenkinsfile: install python modules.
Hui Lan
[next]