Skip to content

Commit

Permalink
Add failing tests to reproduce issue gigascience#864 of SQL error on …
Browse files Browse the repository at this point in the history
…user form

Installed and configured Codeception and wrote a feature file for new user creation.
The test scenario for loading user creation form is failing because of the problem raised in issue gigascience#864.
  • Loading branch information
rija committed Dec 8, 2021
1 parent 109d5ef commit fe7619a
Show file tree
Hide file tree
Showing 18 changed files with 1,103 additions and 16 deletions.
10 changes: 10 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
Loading

0 comments on commit fe7619a

Please sign in to comment.