Keep logged in

I am new to codeception, and I am able to test some logged in pages… however now I have a login procedure in every cept file. This slows down the test tremedously and ofcourse it does not look nice.

How can I login with the first cept file and the subsequent files use the logged in state ?

You can your own base cept class with login before each test.