feat: authentication with OAuth
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 6m46s

This commit is contained in:
2025-12-07 21:27:23 +01:00
parent 84bd0d487c
commit 1bdfbdb446
13 changed files with 1036 additions and 3 deletions

8
cucumber.js Normal file
View File

@@ -0,0 +1,8 @@
export default {
default: {
require: ['features/step_definitions/**/*.mjs'],
format: ['progress'],
formatOptions: { snippetInterface: 'async-await' },
publishQuiet: true,
},
};